Special functions | cross >> |
R = betainc(X, Z, W) |
R = betainc(X, Z, W, tail) |
a real single or real double matrix. It must be in the closed interval [0, 1].
a real single or real double matrix. It must be nonnegative.
a real single or real double matrix. It must be nonnegative.
a string 'upper' or 'lower' (default).
result of betainc function.
betainc computes the Incomplete beta function.
All arrays must be the same size or any of them can be scalar.
R = betainc(0.5, 1:10, 3)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET