IncompleteBetaInverse¶
- IncompleteBetaInverse(a, b, x, tail=False)¶
Inverse of the 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.IncompleteBeta
,SpecFunc.RegularizedIncompleteBetaInverse