box.cox | R Documentation |
Runs Box-Cox transform of a time series
box.cox(x, lambda)
x |
Time series object. |
lambda |
Lambda parameter for Box-Cox transform. |
Diego J. Pedregal
inv.box.cox
, UC
, UCforecast
, UCvalidate
, UCfilter
, UCsmooth
,
UCdisturb
, UCcomponents
## Not run:
y <- box.cox(AirPassengers, 0.5)
plot(y)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.