atoti.stats.chi2.cdf(Cumulative distribution function for a chi-square distribution. The cdf of the chi-square distribution with k degrees of freedom is where is the gamma function and the lower incomplete gamma function.
point: VariableMeasureConvertible,
/,
*,
degrees_of_freedom: StrictlyPositiveNumber | VariableMeasureConvertible,
) → MeasureDefinition
Parameters
point
The point where the function is evaluated.degrees_of_freedom
The number of degrees of freedom. Must be positive.See also:
The Chi-square Wikipedia page.