+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 19

Thread: Expected Value of normally distributed random variables

  1. #1
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Expected Value of normally distributed random variables



    Given two independent random variables Y and W. Where Y is distributed as N(0,1) and W is distributed as N(0.100).

    a) Show that E[Y] = 1 and E[W^2) = 100
    b) show that E[Y^3] = 0 and E[W^3] = 0.
    c) Show that E[Y^4] = 3 and E[W^4] = 3*100^2

    I thought that if Y~N(0,1) then E[Y] would equal 0. I hope I don't need help with all of these, some guidance for part (a) would be much appreciated. Thanks.

  2. #2
    RotParaTon
    Points: 46,224, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,075
    Thanks
    211
    Thanked 1,607 Times in 1,377 Posts

    Re: Expected Value of normally distributed random variables

    E[Y] would equal 0. My guess is that fitting with the pattern of b) and c) that you're supposed to show that E[Y^2] = 1.

  3. The Following User Says Thank You to Dason For This Useful Post:

    alias (10-30-2011)

  4. #3
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Re: Expected Value of normally distributed random variables

    For the case where E[W^2] = 100, in (a), could I relate it to variance by:
    var(W) = E[W-(E(W))]^2
    = E[W^2] - (E[W])^2
    = E[W^2] - 0, because E[W] = 0, so the E[W^2] is equal to the variance, which is 100. If this is right I can solve the rest in the same way.

  5. #4
    RotParaTon
    Points: 46,224, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,075
    Thanks
    211
    Thanked 1,607 Times in 1,377 Posts

    Re: Expected Value of normally distributed random variables

    That's correct.

  6. The Following User Says Thank You to Dason For This Useful Post:

    alias (10-30-2011)

  7. #5
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Re: Expected Value of normally distributed random variables

    I'm having trouble with part (c), showing that E[Y^4] = 3, after I expand and simplify E[(Y-E[Y])^4] I get an E[Y], which equals 0, in every term except E[Y^4] so my answer turns out as
    E[Y^4] = 0.

  8. #6
    Super Moderator
    Points: 8,567, Level: 62
    Level completed: 39%, Points required for next Level: 183
    Dragan's Avatar
    Location
    Illinois, US
    Posts
    1,724
    Thanks
    0
    Thanked 127 Times in 113 Posts

    Re: Expected Value of normally distributed random variables

    Quote Originally Posted by alias View Post
    I'm having trouble with part (c), showing that E[Y^4] = 3, after I expand and simplify E[(Y-E[Y])^4] I get an E[Y], which equals 0, in every term except E[Y^4] so my answer turns out as
    E[Y^4] = 0.
    You have to assume what the functional form of the pdf is to get the expectation you're trying to solve for i.e.

    E\left (y ^{4} \right )=\frac{1}{\sqrt{2\pi }}\int_{-\infty }^{\infty }y^{4}\exp \left \{ -y^{2}/2 \right \}=3

  9. The Following User Says Thank You to Dragan For This Useful Post:

    alias (10-31-2011)

  10. #7
    RotParaTon
    Points: 46,224, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,075
    Thanks
    211
    Thanked 1,607 Times in 1,377 Posts

    Re: Expected Value of normally distributed random variables

    Or if you already know Stein's Lemma you could use that to simplify things a little bit. But really the problems at hand are very simplified special cases of uses of Stein's lemma so I doubt you've covered it already. Unless the point is to get you to use Stein's lemma...

  11. The Following User Says Thank You to Dason For This Useful Post:

    alias (10-31-2011)

  12. #8
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Re: Expected Value of normally distributed random variables

    I'm supposed to use these formulas for parts (b) and (c), for both variables Y and W:
    b) E[(Y-μ)^3]/σ^3
    c) E[(Y-μ)^4]/[E(Y-μ)^2]^2
    I've come up with nothing while trying to use either one of the equations and I am especially confused as to how I to E(Y^4) = 3 for part (c). I am not supposed to use Stein's Lemma, not sure I would know how to.

  13. #9
    RotParaTon
    Points: 46,224, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,075
    Thanks
    211
    Thanked 1,607 Times in 1,377 Posts

    Re: Expected Value of normally distributed random variables

    You could go the direct route as Dragan suggests and do the integration (hint: use integration by parts).

  14. The Following User Says Thank You to Dason For This Useful Post:

    alias (11-01-2011)

  15. #10
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Re: Expected Value of normally distributed random variables

    what would you use for [u, du, dv, v] to integrate by parts? I know it works but I have to show all the steps of integration.

  16. #11
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Re: Expected Value of normally distributed random variables

    In my last post I understated my integration ability. I have ABSOLUTELY NO IDEA how to integrate that function.

  17. #12
    RotParaTon
    Points: 46,224, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,075
    Thanks
    211
    Thanked 1,607 Times in 1,377 Posts

    Re: Expected Value of normally distributed random variables

    consider... x^4e^{-x^2/2} = (x^3)(xe^{-x^2/2}). Now since you want to reduce the problem to an easier one that you've previously solved you'll probably want to take the derivative of the x^3 and integrate the other part (which hopefully you can do... if not see the spoiler for a hint).
    Spoiler:

  18. The Following User Says Thank You to Dason For This Useful Post:

    alias (11-02-2011)

  19. #13
    TS Contributor
    Points: 14,835, Level: 78
    Level completed: 97%, Points required for next Level: 15

    Posts
    2,300
    Thanks
    8
    Thanked 372 Times in 351 Posts

    Re: Expected Value of normally distributed random variables

    There are several approach for the even normal moments; the direct way, as pointed out above, is to consider the integral as the gamma integral.

    One other possible way is to use the moment generating function of normal.

  20. The Following User Says Thank You to BGM For This Useful Post:

    alias (11-02-2011)

  21. #14
    RotParaTon
    Points: 46,224, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,075
    Thanks
    211
    Thanked 1,607 Times in 1,377 Posts

    Re: Expected Value of normally distributed random variables

    This is true. alias have you covered moment generating functions? That would definitely be an alternative way to do this that doesn't require quite as much thought if you already know what the MGF of the normal is. Although deriving the MGF just to use it in this particular case would probably be overkill and a little bit more work than just doing it directly. I'm not saying it's particularly hard but there is some completing the square to be had and a little bit of tedious bookkeeping to keep track of.

  22. The Following User Says Thank You to Dason For This Useful Post:

    alias (11-02-2011)

  23. #15
    Points: 1,949, Level: 26
    Level completed: 49%, Points required for next Level: 51

    Posts
    72
    Thanks
    55
    Thanked 0 Times in 0 Posts

    Re: Expected Value of normally distributed random variables


    I haven't covered mgf's yet. There not in my econometrics text. I've tried to find some material on them but what I've found so far I don't unserstand.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats