asa226, a FORTRAN90 code which evaluates the cumulative distribution function (CDF) of the noncentral Beta Distribution, by Russell Lenth.
The code is Applied Statistics Algorithm 226.
The program can produce reasonably accurate answers for values of the noncentrality parameter up to about 100.
Note that an improvement to the code was suggested by Frick, and implemented in the online copy available through STATLIB. When I run the improved copy, the computation fails. Therefore, the version I have put together has suppressed the improvement for now until I can determine the stray minus sign or logic error causing the problem.
The computer code and data files described and made available on this web page are distributed under the MIT license
asa226 is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and a Python version.
ASA063, a FORTRAN90 code which evaluates the incomplete Beta function.
ASA109, a FORTRAN90 code which inverts the incomplete Beta function.
ASA310, a FORTRAN90 code which computes the CDF of the noncentral Beta distribution.
BETA_NC, a FORTRAN90 code which evaluates the CDF of the noncentral Beta distribution.
DCDFLIB, a FORTRAN90 code which evaluates and inverts a number of statistical distributions.
GSL, a C++ code which includes many routines for evaluating probability distributions.
PROB, a FORTRAN90 code which evaluates and inverts a number of probabilistic distributions.
TEST_VALUES, a FORTRAN90 code which contains sample values for a number of distributions.
TOMS179, a FORTRAN90 code which evaluates the incomplete Beta function.
TOMS708, a FORTRAN90 code which evaluates the incomplete Beta function.
Original FORTRAN77 version by Russell Lenth; FORTRAN90 version by John Burkardt.