toms179, a FORTRAN90 code which implements ACM TOMS algorithm 179, for evaluating the modified Beta function.
The original algorithm was published in the Algol language. Shortly therafter, a distinct FORTRAN77 algorithm was published as a "remark" to the original algorithm. A few modifications to the FORTRAN77 program were proposed in a subsequent "remark".
The text of many ACM TOMS algorithms is available online through ACM: http://calgo.acm.org/ or NETLIB: http://www.netlib.org/toms/index.html.
call mdbeta ( x, p, q, prob, ier )where
The computer code and data files made available on this web page are distributed under the MIT license
toms179 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.
ASA226, a FORTRAN90 code which evaluates the CDF of the noncentral Beta distribution.
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 contains routines which evaluate a number of probability density functions, including one based on the Beta function.
PROB, a FORTRAN90 code which contains routines which evaluate a number of probability density functions, including one based on the Beta function.
TEST_VALUES, a FORTRAN90 code which contains routines which return sample values of various functions, including the modified beta function, and the logarithm of the gamma function.
TOMS708, a FORTRAN90 code which evaluates the incomplete beta function.