Distribution

Gamma Distribution

The gamma distribution is a continuous probability distribution that is widely used because it’s very related to the Exponential Distribution and Exponential Distribution and Normal Distribution.

You should first be familiar with the Gamma Function.

title: Gamma Distribution (Definition)
A continuous random variable $X$ is said to have a gamma distribution with parameters $α>0$ and $λ>0$, shown as $X∼Gamma(α,λ)$, if its PDF is given by
 
 
$$f_X(x) = \begin{cases} \frac{\lambda^\alpha x^{\alpha - 1} e^{-\lambda x}}{\Gamma(\alpha)} & x>0\\ 0 & x\leq 0\end{cases}$$

Notice that . More generally, if you sum independent random variables, you get random variables.

There are two different parameterizations in common use:

  1. With a shape parameter and a scale parameter .
  2. With a shape parameter and an inverse scale parameter , called a rate parameter.

The Exponential Distribution, Exponential Distribution, Erlang Distribution, and Exponential Distribution, Erlang Distribution, and Chi-Squared Distribution are special cases of the Gamma Distribution.