Syntax

expression.LogNormDist(Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Double X - the value at which to evaluate the function.
Arg2 Required Double Mean - the mean of ln(x).
Arg3 Required Double Standard_dev - the standard deviation of ln(x).

Return Value
Double

Remarks


See also: