cupyx.scipy.special.inv_boxcox#

cupyx.scipy.special.inv_boxcox = <ufunc 'cupy_inv_boxcox'>#

Compute the Box-Cox transformation.

Parameters

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

Returns

values of inv_boxcox(x)

Return type

cupy.ndarray