GAMMADIST
Returns the gamma distribution. Replaced by GAMMA.DIST.
Syntax
GAMMADIST(x, alpha, beta, cumulative)
Parameters
- x: Required. The value at which you want to evaluate the distribution
- alpha: Required. A parameter of the distribution
- beta: Required. A parameter of the distribution
- cumulative: Required. A logical value: TRUE for the cumulative distribution function, FALSE for the probability density function
Example
=GAMMADIST(10.00001, 9, 2, FALSE)