We can write the joint distribution as:
$$
f_{X_1, X_2}(x_1, x_2) = \frac{1}{2\pi\sqrt{1-\rho^2}}\exp\left(-\frac{1}{2(1-\rho^2)}\left(x_1^2 - 2\rho x_1x_2 + x_2^2\right)\right)
$$
Now, we want to compute the conditional probability $P(X_2 > 0 | X_1 > 0)$. Using
Show more…