Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the GAMMADIST function. |
| alpha | Parameter of the GAMMADIST function. |
| beta | Parameter of the GAMMADIST function. |
| cumulative | Parameter of the GAMMADIST function. |
Examples
Rainfall probability
=GAMMADIST(50, 2, 20, TRUE)
Component lifetime
=GAMMADIST(1000, 5, 200, TRUE)
Density at the mode
=GAMMADIST(2, 3, 1, FALSE)
Common Errors
x must be non-negative, alpha and beta must be positive.
Occurs when arguments are non-numeric.
Tips
GAMMADIST is the compatibility version. GAMMA.DIST is the modern replacement with identical functionality.
To fit a gamma distribution to data, estimate alpha = (mean/std)^2 and beta = variance/mean. Then use GAMMADIST with these parameters.
The gamma distribution is always positively skewed (right-skewed). It becomes more symmetric as alpha increases.
Try GAMMADIST in Viztab
Import your data and use GAMMADIST with 370+ other formulas. No signup required.
Open Viztab