SpecFunc_RegularizedIncompleteBetaInverse¶
-
SpecFunc_RegularizedIncompleteBetaInverse
(a, b, x, tail=False)¶ Inverse of the regularized incomplete Beta function.
- Parameters
- a, bfloat
- xfloat
- tailbool, optional
By default, tail is False.
- a, bfloat
- Returns
- resultfloat
If tail is False:
.
If tail is True:
.
See also