How Do Mean and Variance Relate in a Gamma Distribution?

  • Thread starter Thread starter mcguiry03
  • Start date Start date
  • Tags Tags
    Distribution Gamma
mcguiry03
Messages
8
Reaction score
0
prove that μ=αθ and σ^2=αθ^2




μ = E(X)
...= ∫(x = 0 to ∞) x *(1/(θ^α Γ(α))) x^(α-1) e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(x = 0 to ∞) x^α e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(t = 0 to ∞) (tθ)^α e^(-t) * (θ dt), letting t = x/θ
...= (θ/Γ(α)) ∫(t = 0 to ∞) t^α e^(-t) dt
...= (θ/Γ(α)) Γ(α+1), by definition of Gamma function
...= (θ/Γ(α)) * α Γ(α), by Gamma recurrence
...= αθ.

E(X^2) = ∫(x = 0 to ∞) x^2 * (1/(θ^α Γ(α))) x^(α-1) e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(x = 0 to ∞) x^(α+1) e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(t = 0 to ∞) (tθ)^(α+1) e^(-t)* (θ dt), letting t = x/θ
...= (θ^2/Γ(α)) ∫(t = 0 to ∞) t^(α+1) e^(-t) dt
...= (θ^2/Γ(α)) Γ(α+2), by definition of Gamma function
...= (θ^2/Γ(α)) * α(α+1) Γ(α), by Gamma recurrence (used twice)
...= α(α+1)θ^2.

So, σ^2 = E(X^2) - (E(X))^2 = α(α+1)θ^2 - (αθ)^2 = αθ^2




i would like to know if it is correct and tnx :biggrin:
 
Physics news on Phys.org
mcguiry03 said:
prove that μ=αθ and σ^2=αθ^2




μ = E(X)
...= ∫(x = 0 to ∞) x *(1/(θ^α Γ(α))) x^(α-1) e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(x = 0 to ∞) x^α e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(t = 0 to ∞) (tθ)^α e^(-t) * (θ dt), letting t = x/θ
...= (θ/Γ(α)) ∫(t = 0 to ∞) t^α e^(-t) dt
...= (θ/Γ(α)) Γ(α+1), by definition of Gamma function
...= (θ/Γ(α)) * α Γ(α), by Gamma recurrence
...= αθ.

E(X^2) = ∫(x = 0 to ∞) x^2 * (1/(θ^α Γ(α))) x^(α-1) e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(x = 0 to ∞) x^(α+1) e^(-x/θ) dx
...= (1/(θ^α Γ(α))) ∫(t = 0 to ∞) (tθ)^(α+1) e^(-t)* (θ dt), letting t = x/θ
...= (θ^2/Γ(α)) ∫(t = 0 to ∞) t^(α+1) e^(-t) dt
...= (θ^2/Γ(α)) Γ(α+2), by definition of Gamma function
...= (θ^2/Γ(α)) * α(α+1) Γ(α), by Gamma recurrence (used twice)
...= α(α+1)θ^2.

So, σ^2 = E(X^2) - (E(X))^2 = α(α+1)θ^2 - (αθ)^2 = αθ^2




i would like to know if it is correct and tnx :biggrin:

It looks OK.

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top