View source: R/distributions.R
Log probability density function for the normal distribution
1 | normal_lpdf(x, mean, sd)
|
Equivalent to sum(dnorm(x,mean,sd,log=TRUE)). For more information see dnorm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.