1
$\begingroup$

Suppose $X$ and $I$ and independent, $X$ has a standard normal distribution and $I$ take values $1$ and $-1$ with equal probabilities.

Let $Y = IX$. How would I find the distribution of $Y$ and $X+Y$? and $E(Y|X)$, $E(Y^2|X)$?

Thanks so much!

  • 0
    Multiplying I has 1/2 chance of mirroring X about 0. So, symmetric distributions about $x=0$ are still themselves. Y follows the same normal distribution.2012-08-21

1 Answers 1

1

If $U$ and $V$ are independent, and if $F$ is a positive (or bounded) measurable function on $\mathbb{R}^2$, then $E(F(U,V) | U) = G(U)$, where $G(u) = E(F(u,V))$.

It can help you to compute $E(Y|X)$ in your case. (for $E(Y^2|X)$, it's easy since $Y^2 = X^2$ which is $\sigma(X)$-measurable)

For the distribution of $Y$, just write the event $\{IX \in A\}$ as the disjoint union of the events $\{I = -1, X \in - A\}$ and $\{I = 1, X \in A\}$. Then use independence.

Same kind of reasoning for $X + Y = (1+I)X$.

  • 0
    My $f$irst sentence is a general result, completely independant from the notation in the question. I can rename them if you think it can avoids confusion ...2012-08-21