cupyx.scipy.special.boxcox1p#

cupyx.scipy.special.boxcox1p = <ufunc 'cupy_boxcox1p'>#

Compute the Box-Cox transformation op 1 + x.

Parameters

x (cupy.ndarray) – input data (must be real)

Returns

values of boxcox1p(x)

Return type

cupy.ndarray