jburkardt

ASA226\ CDF of the noncentral Beta Distribution {#asa226-cdf-of-the-noncentral-beta-distribution align=”center”} =======================================


ASA226 is a C++ library which evaluates the cumulative distribution function (CDF) of the noncentral Beta Distribution.

ASA226 is Applied Statistics Algorithm 226. Source code for many Applied Statistics Algorithms is available through STATLIB.

The program can produce reasonably accurate answers for values of the noncentrality parameter up to about 100.

Note that an improvement to ASA226 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.

Licensing: {#licensing align=”center”}

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

ASA226 is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version

ASA063, a C++ library which evaluates the incomplete Beta function.

ASA109, a C++ library which inverts the incomplete Beta function.

ASA310, a C++ library which computes the CDF of the noncentral Beta distribution.

BETA_NC, a C++ library which evaluates the CDF of the noncentral Beta distribution.

DCDFLIB, a C++ library which evaluates and inverts a number of statistical distributions.

GSL, a C++ library which includes many routines for evaluating probability distributions.

PROB, a C++ library which evaluates and inverts a number of probabilistic distributions.

TEST_VALUES, a C++ library which contains sample values for a number of distributions.

TOMS179, a C++ library which evaluates the incomplete Beta function.

TOMS708, a FORTRAN90 library which evaluates the incomplete Beta function.

Reference: {#reference align=”center”}

  1. H Frick,\ Algorithm AS R84: A Remark on Algorithm AS 226: Computing Noncentral Beta Probabilities,\ Applied Statistics,\ Volume 39, Number 2, 1990, pages 311-312.
  2. Russell Lenth,\ Algorithm AS 226: Computing Noncentral Beta Probabilities,\ Applied Statistics,\ Volume 36, Number 2, 1987, pages 241-244.

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

You can go up one level to the C++ source codes.


Last revised on 24 January 2008.