The normal distribution does not have a closed form cdf (per Wikipedia). Is there a way to find its intersection with the line x = y
?
Currently I use statistical software (R
) to search through a fine grid of x
's until I find an x
value such that $\Phi(x) = x$. Is there a better way, either solving it analytically or computationally but takes less time?