ASA005
CDF of Noncentral T Distribution.
ASA005 is a MATLAB program
which evaluates the lower tail of the noncentral T distribution.
ASA005 is Applied Statistics Algorithm 5. Source code for many
Applied Statistics Algorithms is available through
STATLIB.
Related Data and Programs:
ASA005 is available in
a C++ version and
a FORTRAN77 version and
a FORTRAN90 version and
a MATLAB version.
ASA076
is a MATLAB library which
evaluates the Owen's T function, needed to compute the CDF of the
noncentral T distribution.
ASA243
is a MATLAB library which
evaluates the CDF of the noncentral T distribution.
OWENS
is a FORTRAN77 library which
evaluates Owen's T function.
Reference:
-
BE Cooper,
Algorithm AS 5:
The Integral of the Non-Central T-Distribution,
Applied Statistics,
Volume 17, Number 2, 1968, page 193.
Source Code:
-
alngam.m
computes the logarithm of the gamma function.
-
alnorm.m
computes the cumulative density of the standard normal distribution.
-
prncst.m
computes lower tail of noncentral T distribution.
-
student_noncentral_cdf_values.m
returns values of the noncentral Student CDF.
-
tfn.m
calculates the T-function of Owen.
-
timestamp.m
prints out the current YMDHMS date as a timestamp.
Examples and Tests:
You can go up one level to
the MATLAB source codes.
Last revised on 26 January 2008.