|
IDL Analyst Reference Guide: Special Functions |
|
The IMSL_BETAI function evaluates the real incomplete beta function.
| Note This routine requires an IDL Analyst license. For more information, contact your ITT Visual Information Solutions sales or technical support representative. |
Result = IMSL_BETAI(x, a, b [, /DOUBLE])
The value of the incomplete beta function.
Upper limit of integration.
First beta distribution parameter.
Second beta distribution parameter.
If present and nonzero, double precision is used.
The incomplete beta function is defined as:

requiring that 0 £ x £ 1, a > 0, and b > 0. It underflows for sufficiently small x and large a. This underflow is not reported as an error. Instead, the value zero is returned.
In this example, I0.61(2.2, 3.7) is computed and printed.