SpecFunc_RegularizedIncompleteBeta¶
-
SpecFunc_RegularizedIncompleteBeta
(a, b, x, tail=False)¶ Regularized incomplete Beta function.
with
the Beta function and
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:
.
See also