tnormal_lpdf: Log probability density function for the truncated normal...

Description Usage Details

View source: R/distributions.R

Description

Log probability density function for the truncated normal distribution

Usage

1
tnormal_lpdf(x, mean, sd, lower, upper)

Details

Equivalent to sum(msm::dtnorm(x,mean,sd,lower,upper,log=TRUE)). For more information see dtnorm.


jeff324/derp documentation built on Dec. 5, 2019, 11:46 p.m.