TOMS435
Modified Incomplete Gamma Function


TOMS435 is a FORTRAN77 library which implements ACM TOMS algorithm 435, which evaluates the modified incomplete Gamma function.

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:

TOMS435 is available in a FORTRAN77 version.

Related Data and Programs:

ASA032, a FORTRAN77 library which evaluates the incomplete Gamma function.

ASA147, a FORTRAN77 library which evaluates the incomplete Gamma function.

ASA239, a FORTRAN77 library which evaluates the incomplete Gamma function.

TEST_VALUES, a FORTRAN77 library which contains routines which return sample values of various functions, including the modified beta function, and the logarithm of the gamma function.

Usage:

value = gaminc ( a, x1, x2, gam )
computes the exponential of X1 times the integral from X1 to X2 of |y|^(A-1) * exp(-y) dy, returning the value as GAMINC. The user must supply in GAM the value of the Gamma function of A.

Reference:

  1. Wayne Fullerton,
    Algorithm 435: Modified Incomplete Gamma Function,
    Communications of the ACM,
    Volume 15, Number 11, November 1972, pages 993-995.

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 19 January 2008.