Suppose I have two non-independent gaussian random variables:
$(T,C)\sim \text{BiNormal}[(\mu_t,\mu_c),(\sigma_t,\sigma_c),\rho]$
Let's also say the function $F(.)$ is the CDF of a Normal distribution with mean $\mu$ and variance $\sigma$.
I would like to have an expression for $Pr[C<F(T)]$.
For this I can of course define $Z=C-F(T)$, and so the relevant question becomes: Can I derive an expression for the distribution of $Z$?
PS. I'm interested specifically in an expression for $C\in(0,1)$.
Here is a numerical approach using Mathematica:
For the distribution of $Z$, random samples can be used to construct a nonparametric density estimate:
R could also be used to provide numerical estimates.