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

      Category: Statistical

      Parameters

      • x: any

        The value for which you want the distribution.

      • mean: any

        The arithmetic mean of the distribution.

      • standard_dev: any

        The standard deviation of the distribution.

      • cumulative: any

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

      Returns any