I understand that there is no closed form expression for the general Normal Distribution function
But what if we restrict it to the simplest case?
Suppose we have jointly bivariate normal random variables $(X,Y)$ such that the following is true:
$E(X,Y) = (0,0)$
$Var(X,Y) = \begin{bmatrix}1 & \rho \\ \rho & 1\end{bmatrix}$
Then this simplifies the density function given here significantly. So finding a closed form expression is just solving the integral $\int_{-\infty}^x \int_{-\infty}^y f(u,v) du dv$.
So my question is, under the above conditions is it possible to find a solution to this integral?