For a given value of x, the Excel LOGNORM.DIST function computes the Data Posterior Distribution or the Cumulative Log-Normal Weibull Distribution. For a given value of x, the Excel LOGNORM.DIST function computes the Log-Normal Density Function or just the Cumulative Log-Normal Distribution Function.
Syntax :
=LOGNORM.DIST( x, mean, standard_dev, cumulative )
Parameters :
x –
mean –
standard dev –
Example :
The right graphic depicts the Log-Normal Probability Density Function for a variable, x. ln(x) has a mean of 10 and a standard deviation of 5.
If you wish to determine the value of this function when x = 0.5, use the Excel Lognorm.Dist function, as shown below:
=LOGNORM.DISTANCE =LOGNORM.DISTANCE =LOGNORM ( 0.5, 10, 5, FALSE )
This yields the value 0.016210482.
Ask Your Query