Proving variance with moment generating functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
TelusPig
Messages
15
Reaction score
0
Moment generating functions:
How can I show that [itex]Var(X)=\frac{d^2}{dt^2}ln M_X(t)\big |_{t=0}[/itex]

Recall:
[itex]M_X(t)=E(e^{tx})=\int_{-\infty}^{\infty}e^{tx}f(x)dx[/itex]

[itex]E(X^n)=\frac{d^n}{dt^n}M_X(t)\big |_{t=0}[/itex]

[itex]Var(X)=E(X^2)-[E(X)]^2=E[(X-E(X))^2][/itex]
------------
I tried just applying the equation given but I don't know what to do with the log of this general integral?
[itex]\frac{d^2}{dt^2}ln M_X(t)=\frac{d^2}{dt^2}ln \left( \int_{-\infty}^{\infty}e^{tx}f(x)dx \right)[/itex]
 
Physics news on Phys.org
If you were asked the more general question of calculating
[tex]\frac{d^2}{dt^2} \ln\left( f(t) \right)[/tex]
What's the first thing you would do?
 
It would be for 1st derivative: [itex]\frac{1}{f(t)}*f'(t)[/itex]
then differentiate again for the 2nd derivative, that would be:

[itex]\frac{f''(t)f(t)-(f'(t))^2}{(f(t))^2}[/itex]
 
Last edited:
So once you do that you've expressed everything in terms of the generating function and its derivatives without any logarithms involved.
 
Does that mean it's [itex]\frac{M_X''(t)M_X(t)-(M_X'(t))^2}{(M_X(t))^2}[/itex]

Do I have to then substitute each M(t), M'(t), M''(t) with it's integral definition then? and somehow simplify that big mess o.o?
 
Office_Shredder said:
No, you need to plug in t=0!
OH obviously! LOL omg, I can't believe I didn't see that and thought I had to do a bunch of integrals ._. Thanks! :D