Conditional Expectation Value. Let $X_1$ and $X_2$ be i.i.d. random variables, and define $S_2$ = $X_1$ + $X_2$.

67 Views Asked by At

Let $X_1$ and $X_2$ be i.i.d. random variables, and define $S_2 = X_1 + X_2$. Then $$\mathrm{E}[X_1|S_2] = \frac{X_1+X_2}2=\frac{S_2}2.$$ I don't understand why the conditional expectation is the average of the X's. Can anyone help me with that?

1

There are 1 best solutions below

1
On

Since $X_1=S_2-X_2$, we can rewrite the conditional expectation as $$\mathrm{E}[X_1|S_2] = \mathrm{E}[S_2-X_2|S_2] = S_2-\mathrm{E}[X_2|S_2].$$ Since $X_1$ and $X_2$ are i.i.d, $\mathrm{E}[X_1|S_2]=\mathrm{E}[X_2|S_2]$. Therefore, the equation above simplifies to $$2\mathrm{E}[X_1|S_2] = S_2.$$