asa241


asa241, a Fortran90 code which computes the inverse of the Normal Cumulative Density Function (CDF), by Michael Wichura;

The code is a version of Applied Statistics Algorithm 241.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

asa241 is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

asa241_test

asa111, a Fortran90 code which evaluates the percentage points of the Normal distribution.

cdflib, a Fortran90 code which contains routines for evaluating and inverting the normal CDF, and many other distributions.

prob, a Fortran90 code which contains routines for evaluating and inverting the normal CDF, and many other distributions.

test_values, a Fortran90 code which contains routines that store selected values of the normal CDF, and many other statistical distributions.

Author:

Original Fortran77 version by Michael Wichura; This version by John Burkardt.

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:


Last revised on 22 May 2020.