Conditional Expectation
As we all know, Conditional probability of event A given B:
P(A∣B)=P(B)P(A⋂B)
Conditional distribution function of r.v. X given B:
FX(x∣B)=P(B)P(X≤x,B),x∈R
Conditional expectation of r.v. X given B:
E(X∣B)=P(B)E(XIB)={∑k=1∞xkP(X=xk∣B),X is discreteP(B)1∫Bxf(x)dx,X is continuous
where IB(ω) is the indicator function of the event B.
We could get E(X∣Y)(ω)=E(Xi∣Ai)=E(X∣Y=yi) according to the figure in the last chapter, we know the X is the function of Ai, so this is easy to understand.
Then we could approve E(E(X∣Y))=E(X):
E(E(X∣Y))=i=1∑∞E(X∣Y=yi)×P(Y=yi)=i=1∑∞E(X∣Ai)×P(Ai)=i=1∑∞E(X×IAi)
We know the I is :
IAi={1,if ω∈Ai0,other
So we get ∑i=1∞IAi=1, let's go on the approvement.
E(E(X∣Y))=i=1∑∞E(X×IAi)=E(X(i=1∑∞IAi))=E(X)
- Now we have got E(E(X∣Y))=E(X).