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