Proving Inverse Gamma Variance: Step-by-Step Guide

  • Context: Graduate 
  • Thread starter Thread starter confused88
  • Start date Start date
  • Tags Tags
    Gamma Inverse Variance
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
confused88
Messages
22
Reaction score
0
Hi! Can someone help me prove that the variance for the inverse gamma is:

[tex]\frac{\beta^2}{(\alpha - 1)^2 (\alpha -2)}[/tex]

I started with:
[tex] E(x) = \int_0^\infty x \frac{\beta^{\alpha}}{\gamma(\alpha)}(\frac{1}{x})^{\alpha + 1} exp (\frac{-\beta}{x}) dx[/tex]

then i let [tex]y = \frac{\beta}{x}; dy = \frac{1}{x}; x = \frac{\beta}{y}[/tex]

so then i get:
[tex] \frac{\beta^{\alpha}}{\gamma(\alpha)} \int_0^\infty (\frac{y}{\beta})^{\alpha + 1} e^{-y} dy[/tex]

I'm really not sure if I'm doing this right..but i'll keep going just in case, so then i get:
[tex] \frac{\beta^{\alpha}}{\gamma(\alpha)} \frac{1}{\beta^{\alpha + 1}}\int_0^\infty y^{\alpha + 1} e^{-y} dy[/tex]

I don't know what to do now, any help would be greatly appreciated
 
Physics news on Phys.org
I can't quite follow what you are doing, but by the looks of it you are close... the integral you have on your last line is [itex]\Gamma(\alpha + 2)[/itex].
If the [itex]\gamma(\alpha)[/itex] in your denominator is the same function (Euler gamma function) then you can further simplify
[tex]\frac{ \Gamma(2 + \alpha) }{ \Gamma(\alpha) }[/tex]
using that [itex]\Gamma(z + 1) = z \Gamma(z)[/itex].