GAMMA.DIST

Gamma distribution[1].

Syntax:

GAMMA.DIST( x:Number, shape:Number, scale:Number {, cumulative:Boolean} )

Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the gamma distribution with given shape and scale parameters at x.

cumulative selects CDF (TRUE, default) or PDF (FALSE).

Revisions:

This function was added in 2.00.

  1. Weisstein, Eric W. "Gamma Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/GammaDistribution.html