atoti.experimental.stats.chi2.cdf()#
- atoti.experimental.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
\[\operatorname {cdf}(x)=\dfrac {\gamma (\frac {k}{2},\,\frac {x}{2})}{\Gamma (\frac {k}{2})}\]where \(\Gamma\) is the gamma function and \(\gamma\) the lower incomplete gamma function.
- Parameters:
- Return type:
MeasureDescription
See also