log_normal_lpdf: Log probability density function for the log normal...

Description Usage Details

View source: R/distributions.R

Description

Log probability density function for the log normal distribution

Usage

1
log_normal_lpdf(x, meanlog, sdlog)

Details

Equivalent to sum(dlnorm(x,meanlog,sdlog,log=TRUE)). For more information see dlnorm.


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