![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > LOGINV |
LOGINV(probability, mean, standard_dev) |
| Returns the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters mean and standard_dev |
| probability | The probability associated with the lognormal distribution. | |
| mean | The mean of ln(x). | |
| standard_dev | The standard deviation of ln(x). |
| REMARKS |
| 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. |
| EXAMPLES |
|
| Functions - L | Index - L | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |