Does the following expression have a meaningful/intuitive interpretation in statistics?
$$\int_{-\infty}^x f_{X,Y}(u,y)du$$ where $f_{X,Y}$ is the joint density of $X$ and $Y$.
If we solve $\int_{-\infty}^x \int_{-\infty}^{\infty} f_{X,Y}(u,y)dydu$ (1) we can think about it in the following way:
- First, we solve for the marginal density of $X$ (the inner term): $f_X= \int_{-\infty}^{\infty} f_{X,Y}(u,y)dy$.
- Then, we integrate from $-\infty$ to $x$ to get $P(X \leq x) = \int_{-\infty}^x f_{X}(u)du$.
Is there a similarly nice way of breaking down the steps if we solve the problem in the following format: $\int_{-\infty}^{\infty} \left[ \int_{-\infty}^x f_{X,Y}(u,y)du \right] dy$ (i.e. apply Fubini's theorem to (1))?