atoti.stats.chi2.ppf(Percent point function for a chi-square distribution. Also called inverse cumulative distribution 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.