cupyx.scipy.special.betainc#
- cupyx.scipy.special.betainc()#
Incomplete beta function.
- Parameters:
a (cupy.ndarray) – Positive, real-valued parameters
b (cupy.ndarray) – Positive, real-valued parameters
x (cupy.ndarray) – Real-valued such that 0 <= x <= 1, the upper limit of integration.
out (ndarray, optional) – Optional output array for the function result
- Returns:
Value of the incomplete beta function
- Return type:
scalar or ndarray
See also
scipy.special.betainc()