asa243, a C++ code which computes the cumulative density function (CDF) of the noncentral Student's T probability density function, by Lenth.
This is a version of Applied Statistics Algorithm 243.
The information on this web page is distributed under the MIT license.
asa243 is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
asa005, a C++ code which evaluates the CDF of the noncentral T distribution.
asa076, a C++ code which evaluates the Owen's T function, needed to compute the CDF of the noncentral T distribution.
owen, a C++ code which evaluates Owen's T function.