bimixt (version 1.0)

boxcox: boxcox

Description

Implementation of the Box-Cox normalization transformation method. Called internally in bc.twocomp and bc.fourcomp.

Usage

boxcox(x, lambda)

Arguments

x
a numeric vector or scalar
lambda
Box-Cox transformation variable

Value

A vector or scalar of the transformed values of x.

References

Box, George EP, and David R. Cox. "An analysis of transformations." Journal of the Royal Statistical Society. Series B (Methodological) (1964): 211-252.

See Also

boxcox.inv boxcox.deriv boxcox.inv.density