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