LOGNORMDIST

LOGNORMDIST(arg1, arg2, arg3) → { number }

Returns the cumulative lognormal distribution of x, where ln(x) is normally distributed with the specified parameters.

Parameters:

Name Type Description
arg1 number

The value at which to evaluate the function, a positive number.

arg2 number

The mean of ln(x).

arg3 number

The standard deviation of ln(x), a positive number.

Returns:

Type
number