|
IDL Analyst Reference Guide: Special Functions |
|
The IMSL_LNBETA function evaluates the logarithm of the real beta function ln b(x, y).
| Note This routine requires an IDL Analyst license. For more information, contact your ITT Visual Information Solutions sales or technical support representative. |
Result = IMSL_LNBETA(x, y [, /DOUBLE])
The value of the logarithm of the beta function b(x, y).
First argument of the beta function. It must be positive.
Second argument of the beta function. It must be positive.
If present and nonzero, double precision is used.
The beta function, b(x, y), is defined as:
and IMSL_LNBETA returns ln b(x, y). The logarithm of the beta function requires that x > 0 and y > 0. It can overflow for very large parameters.
Evaluate the log of the beta function ln b (0.5, 0.2).