ASA241
Inverse of Normal CDF


ASA241 is a MATLAB library which computes 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.

Related Data and Programs:

ASA111 is a MATLAB library which evaluates the percentage points of the Normal distribution.

ASA241 is available in a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.

PROB is a MATLAB library which contains routines for evaluating and inverting the normal CDF, and many other distributions.

TEST_VALUES is a MATLAB library which contains routines that store selected values of the normal CDF, and many other statistical distributions.

Reference:

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

Source Code:

Examples and Tests:


Last revised on 25 November 2004.