|
|
◆ WIbetac()
| Function WIbetac |
( |
A As |
Double, |
|
|
B As |
Double, |
|
|
X As |
Double |
|
) |
| |
Normalized compliment of incomplete beta function 1 - Ix(a, b)
- Purpose
- This function computes the normalized compliment of the incomplete beta function
1 - Ix(a, b) = I(1-x)(b, a)
- Returns
- Normalized compliment of incomplete beta function 1 - Ix(a, b).
- Parameters
-
| [in] | A | Argument a. (A >= 0, but A = B = 0 is not allowed) |
| [in] | B | Argument b. (B >= 0, but A = B = 0 is not allowed) |
| [in] | X | Argument x. (0 <= X <= 1) |
- Reference
- boost/math/special_functions
|