Author(s): K.S. Kölbig | Library: MATHLIB |
Submitter: | Submitted: 01.05.1990 |
Language: Fortran | Revised: 15.03.1993 |
Function subprogram GAMDIS calculates the gamma distribution function (incomplete gamma function)
for real arguments and a > 0.
Structure:
FUNCTION subprogram
User Entry Name: GAMDIS
Files Referenced: Unit 6
External References: GAMMA, ALGAMA,
MTLMTR, ABEND
Usage:
In any arithmetic expression,
GAMDIS(X,A) has the value ,
Method:
The method is described in Ref. 1.
Accuracy:
Approximately six digits are correct.
Error handling:
Error G106.1: or .
Error G106.2: Difficulties of convergence (unlikely).
The function value is set equal to zero, and a message is written on
Unit 6, unless subroutine MTLSET (N002) has been called.
Notes:
This subprogram is based on a Fortran program for the incomplete gamma functions published in Ref. 2.
References: