Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
atoti.stats.chi2.cdf(point, /, *, degrees_of_freedom)
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.- Parameters:
- point (VariableMeasureConvertible) – The point where the function is evaluated.
- degrees_of_freedom (StrictlyPositiveNumber | VariableMeasureConvertible) – The number of degrees of freedom. Must be positive.
- Return type: MeasureDefinition
See also:
The Chi-square Wikipedia page.