LOGINV

LOGINV(probability, mean, standard_dev)

Returns the inverse of the probability distribution function for a lognormal distribution.

probabilityThe probability associated with the lognormal distribution.
meanThe arithmetic mean of the distribution.
standard_devThe standard deviation of the distribution.

REMARKS
* LOGNORM.INV was added in Excel 2010 to replace this function.
* The lognormal distribution is a [[continuous distribution]]
* Use the lognormal distribution to analyze logarithmically transformed data.
* If p = LOGNORMDIST(x,) then LOGINV(p,) = x.
* If any of the arguments are not numeric, then #VALUE! is returned.
* If "probability" < 0, then #NUM! is returned.
* If "probability" > 1, then #NUM! is returned.
* If "standard_dev" <= 0, then #NUM! is returned.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=LOGINV(0.029084, 3.5, 1.2) = 3.410
2=LOGINV(0.5, 2, 1) = 7.389


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top