toms462, a Fortran90 code which evaluates the upper right tail of the bivariate normal distribution; that is, the probability that normal variables X and Y with correlation R will satisfy H <= X and K <= Y.
The text of many ACM TOMS algorithms is available online through ACM: https://calgo.acm.org/ or NETLIB: https://www.netlib.org/toms/index.html.
The information on this web page is distributed under the MIT license.
toms462 is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
owen, a Fortran90 code which evaluates Owen's T function.
prob, a Fortran90 code which contains a number of routines for evaluating cumulative distribution functions.
test_values, a Fortran90 code which supplies test values of various mathematical functions.