LOGNORM.DIST |
LOGNORM.DIST(x, mean, standard_dev, cumulative) |
Returns the probability of getting less than or equal to a particular value in a lognormal distribution. |
x | The value at which to evaluate the function. |
mean | The arithmetic mean of the distribution. |
standard_dev | The standard deviation of the distribution. |
cumulative | A logical value indicating the type of function to use: True = cumulative probability function False = probability mass function |
REMARKS |
* Added in Excel 2010. * This function replaces the LOGNORMDIST function. * The lognormal distribution is a continuous distribution. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top