cupyx.scipy.special.boxcox#

cupyx.scipy.special.boxcox = <ufunc 'cupy_boxcox'>#

Compute the Box-Cox transformation.

Parameters

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

Returns

values of boxcox(x)

Return type

cupy.ndarray