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