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

      Category: Statistical

      Parameters

      • x: any

        The value between A and B at which to evaluate the function

      • alpha: any

        A parameter of the distribution.

      • beta: any

        A parameter of the distribution.

      • cumulative: any

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

      • a: any

        Optional. A lower bound to the interval of x.

      • b: any

        Optional. An upper bound to the interval of x.

      • ...args: any[]

      Returns any