Extended to use additional "norm" expression and "scale" factor terms. Both are multiplied with the actual log-normal density kernel.

dlnormPar(x, meanlog = 0, sdlog = 1, scale = 1, shift = 0)

Arguments

x

the x argument for the log-normal density function

meanlog

the meanlog argument for dlnorm or 0.

sdlog

the sdlog argument for dlnorm or 1.

scale

the scale parameter modulates the height of the log-normal density function or 1.

shift

the shift parameter modulates the shift of the log-normal density function on the x-axis or 0.

Value

The value of the log-normal density function for x and all parameters.