Suppose I have two independent random variables $X_1$ and $X_2$, where the former is a Gaussian distribution and the latter is a half-Gaussian distribution, both with 0 means.
$X_1 \sim \mathcal{N}(0, \sigma_1)$
$X_2 \sim \left \vert \mathcal{N}(0, \sigma_2) \right \vert $
I'm trying to find the probability that a sample from $X_2$ is greater than a sample from $X_1$. In other words, I would like to formulate $P(X_1 - X_2 > 0)$ given parameters $\sigma_1$ and $\sigma_2$ and understand a relationship between the two variances and $P$.
I know that the $P$ is at least $0.5$ since $P(X_1 < 0) = 0.5$, but I need help figuring out the rest. My background is not in statistics, so any pointers in the right direction would be helpful. Please let me know if I should supply any additional details. Thanks!