Log-normal distribution[1].
Syntax:
LOGNORM.DIST( x:Number, mean:Number, standard deviation:Number {, cumulative:Boolean} )
Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the log-normal distribution with given mean and standard deviation at x.
cumulative: selects CDF (TRUE
, default) or PDF (FALSE
).
Revisions:
This function was added in Fireworkz 2.00.