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: https://calgo.acm.org/ or NETLIB: https://www.netlib.org/toms/index.html.
call mdbeta ( x, p, q, prob, ier )where
The information on this web page is 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 an Octave 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.
cdflib, 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.