Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the GAMMA.DIST function. |
| alpha | Parameter of the GAMMA.DIST function. |
| beta | Parameter of the GAMMA.DIST function. |
| cumulative | Parameter of the GAMMA.DIST function. |
Examples
Probability of completing within 5 hours
=GAMMA.DIST(5, 3, 1.5, TRUE)
Insurance claim size probability
=GAMMA.DIST(10000, 2, 5000, TRUE)
PDF for plotting
=GAMMA.DIST(3, 2, 1, FALSE)
Common Errors
x must be non-negative, and both alpha (shape) and beta (scale) must be positive.
Occurs when arguments are non-numeric.
Tips
Alpha (shape) determines the number of 'stages' and beta (scale) determines the time scale. Mean = alpha * beta, variance = alpha * beta^2.
Gamma with alpha=1 is the exponential distribution. Gamma with alpha=k/2 and beta=2 is the chi-squared distribution with k degrees of freedom.
If a process has k identical independent stages each taking exponential time with mean beta, the total time follows a gamma distribution with shape=k and scale=beta.
Try GAMMA.DIST in Viztab
Import your data and use GAMMA.DIST with 370+ other formulas. No signup required.
Open Viztab