cupyx.scipy.special.btdtr#

cupyx.scipy.special.btdtr()#

Cumulative distribution function of the beta distribution.

Parameters:
Returns:

I – Cumulative distribution function of the beta distribution with parameters a and b at x.

Return type:

cupy.ndarray

See also

scipy.special.btdtr()