Used to model the total waiting time until multiple events occur. Denoted by Gamma(α,β), where α>0, β>0. Has the probably density function:
f(x;α,β)=⎩⎨⎧βαΓ(α)xα−1exp(β−x)0;for x>0;otherwise
Here Γ is the gamma function. A short revision on gamma function is included below.
Gamma function
τ(x)=∫0∞yx−1e−ydyfor x>0
Recursive. Relates to the factorial function, for integer values.
τ(x)=(x−1)!
τ(1)=1 and τ(0.5)=π.
Properties
Mean
μ=αβ
Variance
σ2=αβ2
Relation with Exponential Distribution
Gamma(1,λ1)≡Exp(λ)
Relation with Chi-Squared Distribution
Gamma(2k,21)≡χ2(k)
Relation with Normal Distribution
If X∼N(μ,σ2) then:
2Z2∼Gamma(21)