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