![]() |
XLPack 7.0
XLPack Numerical Library (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.