The lower tail probability for the gamma distribution with parameters
and
,
, is defined by:
The mean of the distribution is
and its variance is
. The transformation
is applied to yield the following incomplete gamma function in normalized form,
This is then evaluated using
s14bac.
On any of the error conditions listed below except
NE_ALG_NOT_CONV g01efc returns
.
The result should have a relative accuracy of
machine precision. There are rare occasions when the relative accuracy attained is somewhat less than
machine precision but the error should not exceed more than
or
decimal places. Note also that there is a limit of
decimal places on the achievable accuracy, because constants in
s14bac are given to this precision.
Background information to multithreading can be found in the
Multithreading documentation.
The time taken by
g01efc varies slightly with the input arguments
g,
a and
b.
This example reads in values from a number of gamma distributions and computes the associated lower tail probabilities.