Skip to main content
atoti.stats.beta.cdf(
    point: VariableMeasureConvertible,
    /,
    *,
    alpha: NumericMeasureConvertible,
    beta: NumericMeasureConvertible,
) → MeasureDefinition
Cumulative distribution function for a beta distribution.
This feature is experimental, its key is "stats.beta.cdf".
The cdf of the beta distribution with shape parameters α\alpha and β\beta is cdf(x)=Ix(α,β)\operatorname {{cdf}}(x) = I_x(\alpha,\beta) Where II is the regularized incomplete beta function.

Parameters

point

The point where the function is evaluated.

alpha

The alpha parameter of the distribution.

beta

The beta parameter of the distribution.