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.