jburkardt

ASA241\ Inverse of Normal CDF {#asa241-inverse-of-normal-cdf align=”center”} =====================


ASA241 is a C++ 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, R4_NORMAL_01_CDF_INVERSE, and R8_NORMAL_01_CDF_INVERSE, suitable for single precision real or double precision real arithmetic calculations.

Licensing: {#licensing align=”center”}

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

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

ASA111, a C++ library which evaluates the percentage points of the Normal distribution.

DCDFLIB, a C++ library which contains routines for evaluating and inverting the normal CDF, and many other distributions.

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

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

Reference: {#reference align=”center”}

  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: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

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


Last revised on 19 March 2010.