Supposed that you have two random variables: $X$ and $Y$. Is $\Pr(X<Y)$ the same as $E_Y(F_X(Y))?$
2026-03-25 14:19:08.1774448348
Expected value of a distribution function
44 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
For independent random variables, yes. In particular, \begin{align} \Pr\{X<Y\} & = \int_{-\infty}^{+\infty}\int_{-\infty}^{y} f_{XY}(x,y)dxdy \\ & =\int_{-\infty}^{+\infty} f_Y(y)\int_{-\infty}^{y}f_{X|Y}(x)dx dy\\ & =\int_{-\infty}^{+\infty} f_Y(y)F_{X|Y}(y) dy\\ & = \mathbb{E}[F_{X|Y}(Y)]. \end{align} Note that if $X$ and $Y$ are independent then $F_{X|Y}(x) = F_{X}(x)$.