Using notation, I am trying to determine:
Given $X \sim N(\mu_x, \sigma_x^2)$ and $Y \sim N(\mu_y, \sigma_y^2)$, what is $P(|X| > |Y|)$?
Without the absolute values, I know that I could use the variable
$Z = X - Y \sim N(\mu_z = \mu_x - \mu_y, \sigma_z^2 = \sigma_x^2 + \sigma_y^2 - 2\rho\sigma_x\sigma_y)$
and then $P(X > Y) = P(Z > 0) = \Phi(\frac{\mu_z}{\sigma_z})$
However, I don't expect $Z' = |X| - |Y|$ to have a nice distribution, in which case this trick wouldn't work anymore. Does anyone know some other way to approach this problem?
Thanks in advance. :)
Assuming that $X$ and $Y$ are independent (that is not granted by knowing the distributions only), the wanted probability is given by the integral over the region $|x|>|y|$ of the joint distribution function $$ f(x,y) = \frac{1}{2\pi \sigma_x \sigma_y}\exp\left(-\frac{(x-\mu_x)^2}{2\sigma_x^2}-\frac{(y-\mu_y)^2}{2\sigma_y^2}\right) $$ By switching to polar coordinates, that becomes
$$ \frac{1}{2\pi\sigma_x \sigma_y}\left(\int_{-\pi/4}^{\pi/4}+\int_{3\pi/4}^{5\pi/4}\right)\int_{0}^{+\infty}\rho \exp\left(-\frac{(\rho\cos\theta-\mu_x)^2}{2\sigma_x^2}-\frac{(\rho\sin\theta-\mu_y)^2}{2\sigma_y^2}\right)\,d\rho\,d\theta $$ that can be computed in terms of the error function.
The normal ratio distribution can be quite complicated if $X$ and $Y$ do not have mean zero.