cupyx.scipy.special.betaincinv#

cupyx.scipy.special.betaincinv()#

Inverse of the incomplete beta function.

Parameters:
  • a (cupy.ndarray) – Positive, real-valued parameters

  • b (cupy.ndarray) – Positive, real-valued parameters

  • y (cupy.ndarray) – Real-valued input.

  • out (ndarray, optional) – Optional output array for the function result

Returns:

Value of the inverse of the incomplete beta function

Return type:

scalar or ndarray

See also

scipy.special.betaincinv()