P(X ≤ x) for x from 0.0 to 30.9
f(x) for x from 0.0 to 30.9
Quantiles Γ⁻¹(p; α, β) — P(X ≤ x) = p
How to use these tables
Gamma Distribution
The Gamma distribution Γ(α, β) generalizes the Exponential distribution. Its density function is:
\( f(x;\alpha,\beta) = \dfrac{x^{\alpha-1}\,e^{-x/\beta}}{\beta^\alpha\,\Gamma(\alpha)}, \quad x > 0, \;\alpha > 0,\; \beta > 0 \)
The mean is μ = αβ and the variance σ² = αβ². The parameter α controls the shape and β the scale.
Special cases
- Γ(1, β): coincides with the Exponential distribution with mean β.
- Γ(ν/2, 2): coincides with the Chi-square distribution with ν degrees of freedom.
- Γ(k, 1) with integer k: sum of k independent Exponentials with mean 1 (Erlang distribution).
Parameterization
This table uses the (α, β) parameterization where β is the scale and 1/β is the rate. Check the parameterization used by your software before comparing values.