SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.chdtrc

scipy.special.chdtrc(v, x) returns the area under the right hand tail (from x to infinity) of the Chi square probability density function with v degrees of freedom: 1/(2**(v/2) * gamma(v/2)) * integral(t**(v/2-1) * exp(-t/2), t=x..inf) = <ufunc 'chdtrc'>

Previous topic

scipy.special.chdtr

Next topic

scipy.special.chdtri