cupyx.scipy.special.gdtrc#
- cupyx.scipy.special.gdtrc()#
Gamma distribution survival function.
- Parameters:
a (cupy.ndarray) – The rate parameter of the gamma distribution, sometimes denoted beta (float). It is also the reciprocal of the scale parameter theta.
b (cupy.ndarray) – The shape parameter of the gamma distribution, sometimes denoted alpha (float).
x (cupy.ndarray) – The quantile (lower limit of integration; float).
- Returns:
I – The survival function of the gamma distribution with parameters a and b at x.
- Return type:
See also
scipy.special.gdtrc()