Suppose $f(x,y)$ is a bivariate normal distribution, with parameters $\mu_x$, $\mu_y$, $\sigma_x$, $\sigma_y$ and $\rho$, as the correlation ($\rho = \frac{V_{xy}}{\sigma_x \sigma_y}$, where $V_{xy}$ is the covariance of $x$ and $y$).
If I randomly choose a pair $(x',y')$ out of this distribution, what is the probability that $y' > x'$ (or what is $P(y>x)$?
I am sure the relevant integrals can somehow have an elegant expression, but wasn't able to make the necessary simplifications.
Thanks!
Let us define $z = y - x$. It is distributed as $N(\mu_y - \mu_x, \sigma^2_x + \sigma^2_y - 2V_{xy})$, so $\frac{z - (\mu_y - \mu_x)}{\sqrt{\sigma^2_x + \sigma^2_y - 2V_{xy}}} \sim N(0,1)$
Thus $P(y > x) = P(z > 0) = P\left(\frac{z - (\mu_y - \mu_x)}{\sqrt{\sigma^2_x + \sigma^2_y - 2V_{xy}}} > -\frac{\mu_y - \mu_x}{\sqrt{\sigma^2_x + \sigma^2_y - 2V_{xy}}} \right) = \Phi\left(\frac{\mu_x - \mu_y}{\sqrt{\sigma^2_x + \sigma^2_y - 2V_{xy}}} \right)$ where $\Phi$ is distribution function of $N(0,1)$.