box.cox {UComp} | R Documentation |
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(s)
Diego J. Pedregal
See Also
inv.box.cox
, UC
, UCmodel
, UCvalidate
, UCfilter
, UCsmooth
,
UCdisturb
, UCcomponents
Examples
## Not run:
y <- box.cox(AirPassengers, 0.5)
plot(y)
## End(Not run)
[Package UComp version 5.0.4 Index]