ASA310 is a FORTRAN90 library which computes the cumulative density function (CDF) of the noncentral Beta distribution, by Chattamvelli and Shanmugam.
ASA310 is Applied Statistics Algorithm 310.
Note: I could not get this algorithm to perform properly until I had made a number of modifications.
Note that the printed text of the algorithm, and the online version distributed by APSTAT, omit a crucial initialization of the variable S to zero.
Moreover, there are two typographical errors introduced into the online version distributed by APSTAT; in both cases a multiplication symbol became a minus sign.
Finally, note that the authors of AS310 invoke AS226, but specifically recommend that the changes submitted by Frick NOT be included. The version of AS226 distributed by APSTAT includes the Frick changes; the version of AS310 distributed by APSTAT includes this copy of AS226, and hence the changes suggested by Frick.
ASA310 is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version
ASA063, a FORTRAN90 library which evaluates the incomplete Beta function.
ASA109, a FORTRAN90 library which inverts the incomplete Beta function.
ASA226, a FORTRAN90 library which computes the CDF of the noncentral Beta distribution.
BETA_NC, a FORTRAN90 library which evaluates the CDF of the noncentral Beta distribution.
DCDFLIB, a FORTRAN90 library which evaluates and inverts a number of statistical distributions.
GSL, a C++ library which includes many routines for evaluating probability distributions.
PROB, a FORTRAN90 library which evaluates and inverts a number of probabilistic distributions.
TEST_VALUES, a FORTRAN90 library which contains sample values for a number of distributions.
TOMS179, a FORTRAN90 library which evaluates the incomplete Beta function.
TOMS708, a FORTRAN90 library which evaluates the incomplete Beta function.
Original FORTRAN77 version by R Chattamvelli, R Shanmugam; FORTRAN90 version by John Burkardt.
You can go up one level to the FORTRAN90 source codes.