atoti.experimental.stats.chi2.ppf()#

atoti.experimental.stats.chi2.ppf(point, /, *, degrees_of_freedom)#

Percent point function for a chi-square distribution.

Also called inverse cumulative distribution function.

Parameters:
  • point (NonConstantMeasureConvertible) – The point where the function is evaluated.

  • degrees_of_freedom (int | float | NonConstantMeasureConvertible) – The number of degrees of freedom. Must be positive.

Return type:

MeasureDescription