The gamma distribution is a two-parameter family of continuous probability distributions widely used in statistics, queuing theory, reliability engineering, and Bayesian inference. It models the time until a specified number of events occur in a Poisson process, making it particularly valuable for analyzing waiting times and inter-arrival intervals.
Denoted as X ~ Γ(k, θ) or Gamma(α, β) depending on the parametrization convention, the distribution is defined for non-negative real numbers and exhibits flexible skewness depending on its shape parameter.
Mathematical Definition
Probability Density Function (PDF)
Where:
- k (>0) is the shape parameter, controlling the distribution's skewness and peak.
- θ (>0) is the scale parameter, determining the spread of the distribution.
- Γ(k) is the gamma function, a generalization of the factorial function: Γ(k) = \int_0^∞ t^{k-1}e^{-t} dt
In the rate parametrization (α, β), where β = 1/θ, the PDF becomes f(x) = \frac{β^α x^{α-1}e^{-βx}}{Γ(α)}.
Key Properties
- Mean: E[X] = kθ
- Variance: Var(X) = kθ²
- Mode: (k - 1)θ for k ≥ 1
- Skewness: \frac{2}{\sqrt{k}} (right-skewed, approaches normal as k → ∞)
- Kurtosis: 6/k + 3
- Moment Generating Function: M(t) = (1 - θt)^{-k} for t < 1/θ
Applications
The gamma distribution's mathematical flexibility and interpretability have cemented its role across numerous scientific and industrial domains:
- Reliability Engineering: Models time-to-failure for systems with aging components.
- Hydrology & Meteorology: Fits rainfall amounts, flood peak discharges, and drought durations.
- Insurance & Finance: Models claim sizes, aggregate loss distributions, and waiting times between transactions.
- Bayesian Statistics: Serves as the conjugate prior for the rate parameter (λ) of the Poisson distribution and the inverse scale parameter of the exponential distribution.
- Queuing Theory: Extends exponential inter-arrival assumptions to more realistic multi-stage service processes.
References & Further Reading
- Feller, W. (1971). An Introduction to Probability Theory and Its Applications, Vol. II. Wiley.
- Johnson, N. L., Kotz, S., & Balakrishnan, N. (1994). Continuous Univariate Distributions, Vol. 1. Wiley.
- Casella, G., & Berger, R. L. (2002). Statistical Inference. Duxbury.
- Aevum Encyclopedia Editorial Board. (2024). "Bayesian Conjugate Priors: A Practical Guide". Aevum Press.