![]() |
XLPack 6.1
C/C++ API Reference Manual
|
Functions | |
| double | _betax (double a, double b, double x) |
| Incomplete beta function Bx(a, b) | |
| double | _betaxc (double a, double b, double x) |
| Compliment of incomplete beta function 1 - Bx(a, b) | |
| double | _ibeta (double a, double b, double x) |
| Normalized incomplete beta function Ix(a, b) | |
| double | _ibetac (double a, double b, double x) |
| Normalized compliment of incomplete beta function 1 - Ix(a, b) | |
| double | _ibetaci (double a, double b, double q, double *py) |
| Normalized compliment of incomplete beta function 1 - Ix(a, b) inverse for x | |
| double | _ibetacia (double b, double x, double q) |
| Normalized compliment of incomplete beta function 1 - Ix(a, b) inverse for a | |
| double | _ibetacib (double a, double x, double q) |
| Normalized compliment of incomplete beta function 1 - Ix(a, b) inverse for b | |
| double | _ibetad (double a, double b, double x) |
| Derivative of normalized incomplete beta function Ix(a, b) | |
| double | _ibetai (double a, double b, double p, double *py) |
| Normalized incomplete beta function Ix(a, b) inverse for x | |
| double | _ibetaia (double b, double x, double p) |
| Normalized incomplete beta function Ix(a, b) inverse for a | |
| double | _ibetaib (double a, double x, double p) |
| Normalized incomplete beta function Ix(a, b) inverse for b | |
This is the group of C7f. Incomplete Beta functions.