MATLAB Function Reference Previous page   Next Page
betainc

Incomplete beta function

Syntax

Definition

The incomplete beta function is

where , the beta function, is defined as

and is the gamma function.

Description

I = betainc(X,Z,W) computes the incomplete beta function for corresponding elements of the arrays X, Z and W. The elements of X must be in the closed interval . The arrays Z and W must be nonnegative and real. All arrays must be the same size, or any of them can be scalar.

Examples

See Also

beta, betaln


Previous page  beta betaln Next page

© 1994-2005 The MathWorks, Inc.