boxcox¶
- mpsci.stats.boxcox(x, lmbda)¶
Box-Cox transformation of x.
The Box-Cox transformation is
f(x;λ)={log(x)ifλ=0xλ−1λifλ≠0See also:
inv_boxcox()
,boxcox1p()
Box-Cox transformation of x.
The Box-Cox transformation is
See also: inv_boxcox()
, boxcox1p()