The asymptotic expansion for the T score, equation 31,
requires the value of
.
Equation 7 could be used, but by computing
without computing
itself. This is necessary since values of
will be so large as to cause computer overflow.
A standard algorithm could be used to compute
, alternatively
the following approximation can be used.
Since the Gamma function satisfies the relation
![]() |
(34) |
![]() |
(35) |
Using this approximation gives a first order approximation to the
Beta function as:
![]() |
(36) |
In logarithmic form this becomes:
![]() |
(37) |
This approximation is only close for large values of . However, an
empirical correction was fitted in MATLAB which gives a very
close approximation (much less a relative accuracy of
) for
. It is:
Therefore, by storing the first 10 values, all others can be calculated using this approximation.