TOMS322
Cumulative Density Functions


TOMS322 is a FORTRAN77 library which evaluates four standard cumulative density functions:

The text of many ACM TOMS algorithms is available online through ACM: http://www.acm.org/pubs/calgo or NETLIB: http://www.netlib.org/toms/index.html.

Languages:

TOMS322 is available in a C version and a FORTRAN77 version.

Related Data and Programs:

DCDFLIB, a FORTRAN90 library which evaluates and inverts a number of statistical distributions.

GSL, a C++ library which includes many routines for evaluating probability distributions.

NORMAL, a FORTRAN90 library which samples the normal distribution.

PROB, a FORTRAN90 library which evaluates many probability density functions.

TEST_VALUES, a FORTRAN90 library which contains sample values for a number of distributions.

UNIFORM, a FORTRAN90 library which samples the uniform distribution.

Reference:

  1. Egon Dorrer,
    Algorithm 322: F-Distribution,
    Communications of the ACM,
    Volume 11, Number 2, 1968, pages 116-117.
  2. JBF Field,
    Certification of Algorithm 322: F-Distribution,
    Communications of the ACM,
    Volume 12, Number 1, 1969, page 39.
  3. Hubert Tolman,
    Remark on Algorithm 322: F-Distribution,
    Communications of the ACM,
    Volume 14, Number 2, 1979, page 117.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 28 December 2007.