What Is E(X^3) When X~(μ, σ^2)?

  • Context: Graduate 
  • Thread starter Thread starter jsndacruz
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
jsndacruz
Messages
3
Reaction score
0
Got stuck on an intermediate step in a larger problem. We are given X~(μ, σ^2), i.e. X is a random variable with standard normal distribution, and that Y=X^2. The question then asks to compute Cov(X,Y):

Cov(X,Y) = Cov(X,X^2) = E(X^3) - E(X)E(X^2) = E(X^3) - (μ)(μ^2 + σ^2)

I can't go any further however, because I don't know what E(X^3) is! I computed the last term using the variance equation and re-arranging, but I can't use that same trick.
 
Last edited:
Physics news on Phys.org
You say that X is standard normal which means N(0,1) but then you say it is normal. If it is standard normal then the integral is trivially zero as is Cov(X,Y). If it is not then the moment generating function is surely the least painful method.
 
Thank, alan2 and Stephen. Alan2, I did mean normal distribution - not standard normal. I haven't visited Probability/Stats in a while so I had to look over moment generating functions before I could solve. I handed in the problem set yesterday, so I can't report back the final answer until it's graded. Thanks for your help!