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