4

Referring to Expected value of normal distribution given that distribution is positive

Where is the difference between $E(X$1$_A)$, where $A=[X>0]$, and $E(X∣A)$?

Both seem to express the expected value of $X$ given that $X>0$ which is equal to the conditional expectation

2 Answers2

2

$$E(X\,\mathbf 1_A)=E(X\mid A)\,P(A)$$ $$E(X\,\mathbf 1_{X\gt0})=\int_0^\infty x\,f_X(x)\,\mathrm dx$$ $$P(X\gt0)=\int_0^\infty f_X(x)\,\mathrm dx$$

Did
  • 279,727
0

One is $$ \int_0^\infty x f(x) dx $$ and the other is $$ \frac{\int_0^\infty x f(x) dx}{\int_0^\infty f(x) dx} $$ where $f$ is the pdf for the Normal distribution.

Rookatu
  • 1,752