cupyx.scipy.special.inv_boxcox1p#
- cupyx.scipy.special.inv_boxcox1p = <ufunc 'cupy_inv_boxcox1p'>#
Compute the Box-Cox transformation op 1 + x.
- Parameters:
x (cupy.ndarray) – input data (must be real)
- Returns:
values of inv_boxcox1p(x)
- Return type:
See also