How do i calculate expectation of expectation?

  • Context: Graduate 
  • Thread starter Thread starter AndreTheGiant
  • Start date Start date
  • Tags Tags
    Expectation
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
1 reply · 18K views
AndreTheGiant
Messages
26
Reaction score
0
When i have stuff like

E(E(X)) or E(E(XY|X)) etc how do i evaluate a double expectation?

and for random vectors stuff like

E(E(X)'Y) or E(X'E(Y)) etc.
 
Physics news on Phys.org
Not too sure about the vector examples, but for the first couple: Always deal with each expectation in turn. For example if E(X) = 4, E(E(x)) = E(4) = 4. The rules of expections should prove very useful as well, like taking constants outside the expectation sign.