ASA241
Inverse of Normal CDF


ASA241 is a library of C++ routines, using single and double precision arithmetic, for computing the inverse of the Normal Cumulative Density Function.

ASA241 is Applied Statistics Algorithm 241. Source code for many Applied Statistics Algorithms is available through STATLIB.

The library includes two routines, R_NORMAL_01_CDF_INVERSE, and D_NORMAL_01_CDF_INVERSE, suitable for single or double precision arithmetic calculations.

ASA241 is also available in a FORTRAN90 version and a MATLAB version.

Reference:

  1. Michael Wichura,
    The Percentage Points of the Normal Distribution,
    Algorithm AS 241,
    Applied Statistics,
    Volume 37, Number 3, pages 477-484, 1988.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 19 January 2008.