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