cupyx.scipy.special.btdtr#
- cupyx.scipy.special.btdtr()#
Cumulative distribution function of the beta distribution.
- Parameters:
a (cupy.ndarray) – Shape parameter (a > 0).
b (cupy.ndarray) – Shape parameter (b > 0).
x (cupy.ndarray) – Upper limit of integration, in [0, 1].
- Returns:
I – Cumulative distribution function of the beta distribution with parameters a and b at x.
- Return type:
See also