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:
See also
Site Navigation
Section Navigation
ndarray)
cupy.ufunc)cupy.fft)cupy.linalg)cupy.random)cupy.testing)cupyx.scipy.fft)cupyx.scipy.fftpack)
cupyx.scipy.interpolate)cupyx.scipy.linalg)cupyx.scipy.ndimage)cupyx.scipy.signal)cupyx.scipy.signal.windows)cupyx.scipy.sparse)cupyx.scipy.sparse.linalg)cupyx.scipy.sparse.csgraph)
cupyx.scipy.spatial)
cupyx.scipy.spatial.distance)cupyx.scipy.special)cupyx.scipy.stats)
Compute the Box-Cox transformation.
x (cupy.ndarray) – input data (must be real)
values of boxcox(x)
See also