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

      Category: Statistical

      Parameters

      • x: any

        The value at which you want to evaluate the distribution.

      • deg_freedom: any

        The number of degrees of freedom.

      • cumulative: any

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

      Returns any