boxcox

mpsci.stats.boxcox(x, lmbda)

Box-Cox transformation of x.

The Box-Cox transformation is

f(x;λ)={log(x)ifλ=0xλ1λifλ0

See also: inv_boxcox(), boxcox1p()