toms179, an Octave code which implements ACM TOMS algorithm 179, for evaluating the modified Beta function.
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.
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".
[ prob, ier ] = mdbeta ( x, p, q )where
The computer code and data files described and 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 an Octave version and a Python version.
asa063, an Octave code which evaluates the incomplete beta function.
asa109, an Octave code which inverts the incomplete beta function.
asa226, an Octave code which evaluates the cdf of the noncentral beta distribution.
asa310, an Octave code which computes the cdf of the noncentral beta distribution.
beta_nc, an Octave code which evaluates the cdf of the noncentral beta distribution.
dcdflib, a fortran90 library which contains routines which evaluate a number of probability density functions, including one based on the beta function.
prob, an Octave code which contains routines which evaluate a number of probability density functions, including one based on the beta function.
test_values, an Octave code which contains routines which return sample values of various functions, including the modified beta function, and the logarithm of the gamma function.