|
|
◆ WIbetacia()
| Function WIbetacia |
( |
B As |
Double, |
|
|
X As |
Double, |
|
|
Q As |
Double |
|
) |
| |
Inverse function of a for normalized compliment of incomplete beta function 1 - Ix(a, b)
- Purpose
- This routine computes the inverse function of a for normalized compliment of incomplete beta function 1 - Ix(a, b).
- Returns
- Inverse function of a for normalized compliment of incomplete beta function 1 - Ix(a, b).
- Parameters
-
| [in] | B | Argument b. (B > 0) |
| [in] | X | Argument x. (0 < X < 1) |
| [in] | Q | Value of 1 - Ix(a, b). (0 <= Q <= 1) |
- Reference
- boost/math/special_functions
|