Gamma distribution
| Probability density function |
|
| Cumulative distribution function |
|
| Parameters | |
|---|---|
| Support | ![]() |
![]() |
|
| CDF | ![]() |
| Mean | ![]() |
| Median | No simple closed form |
| Mode | ![]() |
| Variance | ![]() |
| Skewness | ![]() |
| Ex. kurtosis | ![]() |
| Entropy | ![]() |
| MGF | ![]() |
| CF | ![]() |
In probability theory and statistics, the gamma distribution is a two-parameter family of continuous probability distributions. It has a scale parameter θ and a shape parameter k. If k is an integer, then the distribution represents an Erlang distribution; i.e., the sum of k independent exponentially distributed random variables, each of which has a mean of θ (which is equivalent to a rate parameter of θ−1) .
The gamma distribution is frequently a probability model for waiting times; for instance, in life testing, the waiting time until death is a random variable that is frequently modeled with a gamma distribution.[1] It is the maximum entropy probability distribution for a random variate X for which
is fixed and greater than zero, and
is fixed (
is the digamma function).[2]
Contents |
[edit] Characterization
A random variable X that is gamma-distributed with shape k and scale θ is denoted
[edit] Probability density function
The probability density function of the gamma distribution can be expressed in terms of the gamma function parameterized in terms of a shape parameter k and scale parameter θ. Both k and θ will be positive values.
The equation defining the probability density function of a gamma-distributed random variable x is
(This parameterization is used in the infobox and the plots.)
Alternatively, the gamma distribution can be parameterized in terms of a shape parameter α = k and an inverse scale parameter β = 1⁄θ, called a rate parameter:
If α is a positive integer, then
Both parametrizations are common because either can be more convenient depending on the situation.
[edit] Cumulative distribution function
The cumulative distribution function is the regularized gamma function:
where
is the lower incomplete gamma function.
It can also be expressed as follows, if k is a positive integer (i.e., the distribution is an Erlang distribution):[3]
[edit] Properties
[edit] Median calculation
Unlike the mode and the mean which have readily calculable formulas based on the parameters, the median does not have an easy closed form equation. The median for this distribution is defined as the constant x0 such that
The ease of this calculation is dependent on the k parameter. This is best achieved by a computer since the calculations can quickly grow out of control.
[edit] Summation
If Xi has a Γ(ki, θ) distribution for i = 1, 2, ..., N (i.e., all distributions have the same scale parameter θ), then
provided all Xi' are independent.
The gamma distribution exhibits infinite divisibility.
[edit] Scaling
If
then for any α > 0,
[edit] Exponential family
The Gamma distribution is a two-parameter exponential family with natural parameters k − 1 and −1⁄θ, and natural statistics X and ln(X).
[edit] Information entropy
The information entropy is given by
where ψ(k) is the digamma function.
One can also show that (if we use the shape parameter k and the inverse scale parameter β),
Or alternatively, using the scale parameter θ,
[edit] Kullback–Leibler divergence
The Kullback–Leibler divergence of
('true' distribution) from
('approximating' distribution) is given by[4]
[edit] Laplace transform
The Laplace transform of the gamma PDF is
[edit] Parameter estimation
[edit] Maximum likelihood estimation
The likelihood function for N iid observations (x1, ..., xN) is
from which we calculate the log-likelihood function
Finding the maximum with respect to θ by taking the derivative and setting it equal to zero yields the maximum likelihood estimator of the θ parameter:
Substituting this into the log-likelihood function gives
Finding the maximum with respect to k by taking the derivative and setting it equal to zero yields
where
is the digamma function.
There is no closed-form solution for k. The function is numerically very well behaved, so if a numerical solution is desired, it can be found using, for example, Newton's method. An initial value of k can be found either using the method of moments, or using the approximation
If we let
then k is approximately
which is within 1.5% of the correct value.[citation needed] An explicit form for the Newton-Raphson update of this initial guess is given by Choi and Wette (1969) as the following expression:
where
denotes the trigamma function (the derivative of the digamma function).
The digamma and trigamma functions can be difficult to calculate with high precision. However, approximations known to be good to several significant figures can be computed using the following approximation formulae:
and
For details, see Choi and Wette (1969).
[edit] Bayesian minimum mean-squared error
With known k and unknown
, the posterior PDF for theta (using the standard scale-invariant prior for
) is
Denoting
Integration over θ can be carried out using a change of variables, revealing that 1⁄θ is gamma-distributed with parameters
.
The moments can be computed by taking the ratio (m by m = 0)
which shows that the mean ± standard deviation estimate of the posterior distribution for theta is
[edit] Generating gamma-distributed random variables
Given the scaling property above, it is enough to generate gamma variables with
as we can later convert to any value of
with simple division.
Using the fact that a
distribution is the same as an
distribution, and noting the method of generating exponential variables, we conclude that if
is uniformly distributed on
, then −
is distributed
Now, using the "α-addition" property of gamma distribution, we expand this result:
where
are all uniformly distributed on
and independent. All that is left now is to generate a variable distributed as
for
and apply the "α-addition" property once more. This is the most difficult part.
Random generation of gamma variates is discussed in detail by Devroye,[5] noting that none are uniformly fast for all shape parameters. For small values of the shape parameter, the algorithms are often not valid.[6] For arbitrary values of the shape parameter, one can apply the Ahrens and Dieter[7] modified acceptance-rejection method Algorithm GD (shape k ≥ 1), or transformation method[8] when 0 < k < 1. Also see Cheng and Feast Algorithm GKM 3[9] or Marsaglia's squeeze method.[10]
The following is a version of the Ahrens-Dieter acceptance-rejection method:[7]
- Let
be 1. - Generate
,
and
as independent uniformly distributed on
variables. - If
, where
, then go to step 4, else go to step 5. - Let
. Go to step 6. - Let
. - If
, then increment
and go to step 2. - Assume
to be the realization of
.
A summary of this is
where
is the integral part of
,
has been generated using the algorithm above with
(the fractional part of
),
and
are distributed as explained above and are all independent.
[edit] Related distributions
[edit] Specializations
- If
, then X has an exponential distribution with rate parameter λ. - If
, then X is identical to χ2(ν), the chi-squared distribution with ν degrees of freedom. Conversely, if
and c is a positive constant, then
. - If
is an integer, the gamma distribution is an Erlang distribution and is the probability distribution of the waiting time until the
-th "arrival" in a one-dimensional Poisson process with intensity 1/θ. If
and
, then
. - If X has a Maxwell-Boltzmann distribution with parameter a, then
.
, then
follows a generalized gamma distribution with parameters
,
, and
.
, then
; i.e. an exponential distribution: see skew-logistic distribution.
[edit] Conjugate prior
In Bayesian inference, the gamma distribution is the conjugate prior to many likelihood distributions: the Poisson, exponential, normal (with known mean), Pareto, gamma with known shape σ, inverse gamma with known shape parameter, and Gompertz with known scale parameter.
The Gamma distribution's conjugate prior is:[11]
Where Z is the normalizing constant, which has no closed form solution. The posterior distribution can be found by updating the parameters as follows.
Where
is the number of observations, and
is the
observation.
[edit] Compound gamma
If the shape parameter of the gamma distribution is known, but the inverse-scale parameter is unknown, then a gamma distribution for the inverse-scale forms a conjugate prior. The compound distribution, which results from integrating out the inverse-scale has a closed form solution, known as the compound gamma distribution.[12]
[edit] Others
- If X has a Γ(k, θ) distribution, then 1/X has an inverse-gamma distribution with parameters k and θ−1.
- If X and Y are independently distributed Γ(α, θ) and Γ(β, θ) respectively, then X / (X + Y) has a beta distribution with parameters α and β.
- If Xi are independently distributed Γ(αi,θ) respectively, then the vector (X1 / S, ..., Xn / S), where S = X1 + ... + Xn, follows a Dirichlet distribution with parameters α1, …, αn.
- For large k the gamma distribution converges to Gaussian distribution with mean
and variance
. - The Gamma distribution is the conjugate prior for the precision of the normal distribution with known mean.
- The Wishart distribution is a multivariate generalization of the gamma distribution (samples are positive-definite matrices rather than positive real numbers).
- The Gamma distribution is a special case of the generalized gamma distribution, the generalized integer gamma distribution, and the generalized inverse Gaussian distribution
- Among the discrete distributions, the negative binomial distribution is sometimes considered the discrete analogue of the Gamma distribution
[edit] Applications
| This section requires expansion. |
The gamma distribution has been used to model the size of insurance claims[citation needed] and rainfalls.[13] This means that aggregate insurance claims and the amount of rainfall accumulated in a reservoir are modelled by a gamma process. The gamma distribution is also used to model errors in multi-level Poisson regression models, because the combination of the Poisson distribution and a gamma distribution is a negative binomial distribution.
In neuroscience, the gamma distribution is often used to describe the distribution of inter-spike intervals.[14] Although the gamma distribution often provides phenomenologically a good fit, there is no underlying biophysical motivation of it.
In bacterial gene expression, the copy number of a constitutively expressed protein often follows the gamma distribution, where the scale and shape parameter are, respectively, the mean number of bursts per cell cycle and the mean number of protein molecules produced by a single mRNA during its lifetime.[15]
The gamma distribution is widely used as a conjugate prior in Bayesian statistics. It is the conjugate prior for the precision (i.e. inverse of the variance) of a normal distribution. It is also the conjugate prior for the exponential distribution.
[edit] See also
[edit] Notes
- ^ See Hogg and Craig (1978, Remark 3.3.1) for an explicit motivation
- ^ Park, Sung Y.; Bera, Anil K. (2009). "Maximum entropy autoregressive conditional heteroskedasticity model". Journal of Econometrics (Elsevier): 219–230. http://www.wise.xmu.edu.cn/Master/Download/..%5C..%5CUploadFiles%5Cpaper-masterdownload%5C2009519932327055475115776.pdf. Retrieved 2011-06-02.
- ^ Papoulis, Pillai, Probability, Random Variables, and Stochastic Processes, Fourth Edition
- ^ W.D. Penny, KL-Divergences of Normal, Gamma, Dirichlet, and Wishart densities
- ^ Luc Devroye (1986). Non-Uniform Random Variate Generation. New York: Springer-Verlag. http://luc.devroye.org/rnbookindex.html. See Chapter 9, Section 3, pages 401–428.
- ^ Devroye (1986), p. 406.
- ^ a b Ahrens, J. H. and Dieter, U. (1982). Generating gamma variates by a modified rejection technique. Communications of the ACM, 25, 47–54. Algorithm GD, p. 53.
- ^ Ahrens, J. H. and Dieter, U. (1974). Computer methods for sampling from gamma, beta, Poisson and binomial distributions. Computing, 12, 223–246. PDF
- ^ Cheng, R.C.H., and Feast, G.M. Some simple gamma variate generators. Appl. Stat. 28 (1979), 290-295.
- ^ Marsaglia, G. The squeeze method for generating gamma variates. Comput, Math. Appl. 3 (1977), 321-325.
- ^ Fink, D. 1995 A Compendium of Conjugate Priors. In progress report: Extension and enhancement of methods for setting data quality objectives. (DOE contract 95‑831).
- ^ Dubey, Satya D. (December 1970). "Compound gamma, beta and F distributions". Metrika 16: 27–31. doi:10.1007/BF02613934. http://www.springerlink.com/content/u750hg4630387205/.
- ^ Aksoy, H. (2000) "Use of Gamma Distribution in Hydrological Analysis", Turk J. Engin Environ Sci, 24, 419 – 428.
- ^ J. G. Robson and J. B. Troy, "Nature of the maintained discharge of Q, X, and Y retinal ganglion cells of the cat," J. Opt. Soc. Am. A 4, 2301-2307 (1987)
- ^ N. Friedman, L. Cai and X. S. Xie (2006) "Linking stochastic dynamics to population distribution: An analytical framework of gene expression," Phys. Rev. Lett. 97, 168302.
[edit] References
- R. V. Hogg and A. T. Craig. (1978) Introduction to Mathematical Statistics, 4th edition. New York: Macmillan. (See Section 3.3.)'
- S. C. Choi and R. Wette. (1969) Maximum Likelihood Estimation of the Parameters of the Gamma Distribution and Their Bias, Technometrics, 11(4) 683–690
[edit] External links
| The Wikibook Statistics has a page on the topic of |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||








![\scriptstyle \begin{align}
\scriptstyle k &\scriptstyle \,+\, \ln\theta \,+\, \ln[\Gamma(k)]\\
\scriptstyle &\scriptstyle \,+\, (1 \,-\, k)\psi(k)
\end{align}](http://upload.wikimedia.org/wikipedia/en/math/4/3/9/439ae7b561921950377e3858363abdfd.png)












![\begin{align}
& {}\qquad -\frac{1}{\theta^k \Gamma(k)} \int_0^\infty \frac{x^{k-1}}{e^{\frac{x}{\theta}}} \left[ (k-1)\ln x - \frac{x}{\theta} - k \ln\theta - \ln\Gamma(k) \right] \,dx \\[8pt]
& = -\left( [k-1] [\ln\theta + \psi(k)] - k - k \ln\theta - \ln\Gamma[k] \right) \\[8pt]
& = k + \ln\theta + \ln\Gamma(k) + (1-k)\psi(k)
\end{align}](http://upload.wikimedia.org/wikipedia/en/math/5/a/c/5acc59f6564caa3b1f62209646fc6f26.png)
![\mathbb{E}[\ln(x)] = \psi(k) - \ln(\beta)](http://upload.wikimedia.org/wikipedia/en/math/3/1/e/31e673c11bb9a85e5347df0b3476d005.png)
![\mathbb{E}[\ln(x)] = \psi(k) + \ln(\theta)](http://upload.wikimedia.org/wikipedia/en/math/5/8/4/584c3bed4e607c0174cb16cd9a36c123.png)





![\ell = (k-1)\sum_{i=1}^N\ln{(x_i)} - Nk - Nk\ln{\left(\frac{\sum x_i}{kN}\right)} - N\ln[\Gamma(k)] \,\!](http://upload.wikimedia.org/wikipedia/en/math/0/c/2/0c2e780cb1ba05f2bfcbd18ad0a54950.png)






![\psi\left(k\right) = \begin{cases}
\ln(k) - \left( 1 + \left[ 1 - \left( 1/10 - 1 / 21k^2 \right) / k^2 \right] / 6k \right) / 2k , \quad k \geq 8 \\
\psi\left( k + 1 \right) - 1/k, \quad k < 8
\end{cases}](http://upload.wikimedia.org/wikipedia/en/math/5/2/0/520fc078d719d4fbc39d20b6159133f6.png)
![\psi\;'\left(k\right) = \begin{cases}
( 1 + [ 1 + ( 1 - [ 1/5 - 1 / 7k^2 ] / k^2 ) / 3k ] / 2k ) / k, \quad k \geq 8, \\
\psi\;'\left( k + 1 \right) + 1/k^2, \quad k < 8
\end{cases}](http://upload.wikimedia.org/wikipedia/en/math/6/b/3/6b38aceb5f47c0c3445cd6fdcd65b84d.png)






be 1.
,
and
as independent uniformly distributed on
, where
, then go to step 4, else go to step 5.
. Go to step 6.
.
, then increment
to be the realization of 
is the integral part of
,
has been generated using the algorithm above with
(the fractional part of
are distributed as explained above and are all independent.
, then X has an
, then X is identical to χ2(ν), the
and c is a positive constant, then
.
and
, then
.
.
, then
follows a
,
, and
.
, then
; i.e. an 

and variance
.