cupyx.scipy.special.chdtri#

cupyx.scipy.special.chdtri()#

Inverse to chdtrc with respect to x.

Parameters:
  • v (cupy.ndarray) – Degrees of freedom.

  • p (cupy.ndarray, optional) – Probability.

  • p – Optional output array for the function results.

Returns:

x – Value so that the probability a Chi square random variable with v degrees of freedom is greater than x equals p.

Return type:

cupy.ndarray

See also

scipy.special.chdtri()