atoti.experimental.stats.beta.cdf()#
- atoti.experimental.stats.beta.cdf(point, /, *, alpha, beta)#
Cumulative distribution function for a beta distribution.
The cdf of the beta distribution with shape parameters
and isWhere
is the regularized incomplete beta function.- Parameters:
point (NonConstantMeasureConvertible) – The point where the function is evaluated.
alpha (NumericMeasureConvertible) – The alpha parameter of the distribution.
beta (NumericMeasureConvertible) – The beta parameter of the distribution.
- Return type:
MeasureDescription
See also