Proving Variance of a Random Variable with Moment-Generating Functions

  • Context: Graduate 
  • Thread starter Thread starter dmatador
  • Start date Start date
  • Tags Tags
    Proof 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
3 replies · 3K views
dmatador
Messages
120
Reaction score
1
Suppose that Y is a random variable with moment-generating function m(t) and W = aY + b, with a moment-generating function of m(at) * e^(tb). Prove that V(W) = V(Y) * a^2. I have done an absurd amount of work on this problem, and I know its actual solution doesn't have one and a half pages worth of work needed. I have tried to find the variances separately and also to find the expected values, but this just gave me a big mess of equations and I need some advice.
 
Physics news on Phys.org
Thanks a lot man. I kept trying to use the moment-generating function for W. This is a big help.
 
Are you sure you were not supposed to use the mgf?

[tex] \begin{align*}<br /> m_W(t) & = e^{tb} m_Y(at) \\<br /> m'_W(t) & = be^{tb} m_Y(at) + ae^{tb} m'_Y(at) \\<br /> \mu_W & = m'_W(0) = b + a\mu_Y <br /> \end{align*}[/tex]

so the mean of W is [tex]a\mu_Y + b[/tex].

Remember that the second derivative, evaluated at t = 0, is [itex]\sigma^2 + \mu^2 [/tex].<br /> <br /> [tex] \begin{align*}<br /> m'_W(t) & = (bm_Y(at) + am'_Y(at)) e^{tb} \\<br /> m''_W(t) & =b(bm_Y(at) + am'_Y(at)) e^{b}+ (abm'_Y(at) + a^2m''_Y(at))e^{tb} \\<br /> m''_W(0) & = b(b + a\mu_Y) + (ab\mu_Y + a^2 (\sigma^2_y + \mu^2_Y)) \\<br /> & = a^2 \sigma_Y^2 + a^2\mu_Y^2 + 2ab\mu_Y + b^2 \\<br /> & = a^2 \sigma_Y^2 + (a\mu_Y + b)^2<br /> \end{align*}[/tex]<br /> <br /> The final line in the second bit is [tex]E[W^2][/tex], so the variance of W is<br /> <br /> [tex] a^2 \sigma^2_Y + (a\mu_Y+b)^2 - (a\mu_Y + b)^2 = a^2 \sigma^2_Y[/tex][/itex]