Expression Language Reference
    Preparing search index...
    • Returns the cumulative lognormal distribution.

      Category: Statistical

      Parameters

      • x: any

        The value at which to evaluate the function.

      • mean: any

        The mean of ln(x).

      • standard_dev: any

        The standard deviation of ln(x).

      • cumulative: any

        A logical value that determines the form of the function. If cumulative is TRUE, LOGNORM.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.

      Returns any