Learn R Programming

UComp (version 5.1)

box.cox: box.cox

Description

Runs Box-Cox transform of a time series

Usage

box.cox(x, lambda)

Arguments

x

Time series object.

lambda

Lambda parameter for Box-Cox transform.

Author

Diego J. Pedregal

See Also

inv.box.cox, UC, UCforecast, UCvalidate, UCfilter, UCsmooth, UCdisturb, UCcomponents

Examples

Run this code
if (FALSE) {
y <- box.cox(AirPassengers, 0.5)
plot(y)
}

Run the code above in your browser using DataLab