R.DLNORM

R.DLNORM probability density function of the log-normal distribution

Synopsis

R.DLNORM(x,logmean,logsd,give_log)

Arguments

x: observation

logmean: mean of the underlying normal distribution

logsd: standard deviation of the underlying normal distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the log-normal distribution.

See also

R.PLNORM, R.QLNORM.