atoti.stats.beta.cdf(Cumulative distribution function for a beta distribution. The cdf of the beta distribution with shape parameters and is Where is the regularized incomplete beta function.
point: VariableMeasureConvertible,
/,
*,
alpha: NumericMeasureConvertible,
beta: NumericMeasureConvertible,
) → MeasureDefinition
Parameters
point
The point where the function is evaluated.alpha
The alpha parameter of the distribution.beta
The beta parameter of the distribution.See also:
The beta distribution Wikipedia page.