The gamma distribution is a real continuous Probability distribution defined by a shape parameters and a scale parameter . For a Random variable , the Probability density function is
where is the Gamma function. Both and are positive real numbers. Equivalently, it can be parameterized as
where is a positive real rate parameter. The two are related by .
It is a very general distribution that has applications in many fields, such as modeling wait times in queue theory, polymer chemistry and more. It is most often used with specific parameters to form more specific distributions; see > Relation to other distributions below.
Moments#
The central and raw moment-generating function for the Gaussian are
The expected value is
and the variance is
Relation to other distributions#
Specific cases of this distribution are themselves well-known and more often used.
- For and any , we get an Exponential distribution, .1
- For integer and any , we get an Erlang distribution, .
- For positive integer and , we get a Chi-square distribution with degrees of freedom, .
Footnotes#
-
Take care with the parameterization. A "scale parameter" distribution maps to a "scale parameter" exponential or Erlang. Similarly, rate parameter maps to rate parameter. ↩