C Math Library Reference    
mlfBeta, mlfBetainc, mlfBetaln

Beta functions

C Prototype

C Syntax

MATLAB Syntax

See Also

Description

B = beta(Z,W) computes the beta function for corresponding elements of the complex arrays Z and W. The arrays must be the same size (or either can be scalar).

I = betainc(X,Z,W) computes the incomplete beta function. The elements of X must be in the closed interval

L = betaln(Z,W) computes the natural logarithm of the beta function, log(beta(Z,W)), without computing beta(Z,W). Since the beta function can range over very large or very small values, its logarithm is sometimes more useful.


 mlfBase2dec mlfBicg