Statistics - Moment Generating Functions

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
2 replies · 1K views
little neutrino
Messages
40
Reaction score
1
If the moment generating function for the random variable X is M[X(t)] = 1/(1+t), what is the third moment of X about the point x = 2? The general formula only states how to find moments about x = 0. Thanks!
 
Physics news on Phys.org
The n-th moment of X about a is defined as ##E[(X-a)^n]##.

Substitute n=3 and a=2 into that, then expand ##(X-a)^n## to polynomial form and substitute that into the above expression. You will get the sum of a bunch of moments about zero, which you can then use the MGF to calculate.
 
  • Like
Likes   Reactions: little neutrino
andrewkirk said:
The n-th moment of X about a is defined as ##E[(X-a)^n]##.

Substitute n=3 and a=2 into that, then expand ##(X-a)^n## to polynomial form and substitute that into the above expression. You will get the sum of a bunch of moments about zero, which you can then use the MGF to calculate.

Ok I got it! Thanks so much! :)