|
|
◆ WBetaxc()
| Function WBetaxc |
( |
A As |
Double, |
|
|
B As |
Double, |
|
|
X As |
Double |
|
) |
| |
Compliment of incomplete beta function 1 - Bx(a, b)
- Purpose
- This function computes the compliment of the incomplete beta function
1 - Bx(a, b) = B(1-x)(b, a)
- Returns
- Compliment of incomplete beta function 1 - Bx(a, b).
- Parameters
-
| [in] | A | Argument a. (A > 0) |
| [in] | B | Argument b. (B > 0) |
| [in] | X | Argument x. (0 <= X <= 1) |
- Reference
- boost/math/special_functions
|