Expression Language Reference
    Preparing search index...
    • Returns the gamma distribution.

      Category: Statistical

      Parameters

      • value: any
      • alpha: any

        A parameter to the distribution.

      • beta: any

        A parameter to the distribution. If beta = 1, GAMMA.DIST returns the standard gamma distribution.

      • cumulative: any

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

      • ...args: any[]

      Returns any