LOGINV |
LOGINV(probability, mean, standard_dev) |
Returns the inverse of the probability distribution function for a lognormal distribution. |
probability | The probability associated with the lognormal distribution. |
mean | The arithmetic mean of the distribution. |
standard_dev | The standard deviation of the distribution. |
REMARKS |
* This function is only available for backwards compatibility and should not be used. * 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 |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top