cupyx.scipy.special.chdtr

cupyx.scipy.special.chdtr = <ufunc 'cupyx_scipy_chdtr'>

Chi-square cumulative distribution function.

Parameters
Returns

y – The CDF of the chi-squared distribution with parameter df at x.

Return type

cupy.ndarray

See also

scipy.special.chdtr()