<< Click to Display Table of Contents >> LOGNORM.INV (percentiles of the lognormal distribution) |
Syntax:
LOGNORM.INV(Probability, Mean, StdDev)
Description:
Returns the inverse of the log-normal distribution function (i.e., percentiles of this distribution).
Probability is the probability to be evaluated. Must be in the range 0 to 1.
Mean is the mean of LN(x).
StdDev is the standard deviation of LN(x). Must be > 0.
Compatibility notes:
Microsoft Excel supports this function only in version 2010 or later. In older versions, the function is unknown.
Annotation:
LOGNORM.INV is the inverse function of LOGNORM.DIST
See also:
LOGINV, LN, LOGNORM.DIST/LOGNORMDIST, NORM.DIST/NORMDIST, NORM.S.DIST/NORMSDIST