inv.box.cox | R Documentation |
Runs inverse of Box-Cox transform of a time series
inv.box.cox(x, lambda)
x |
Transformed time series object. |
lambda |
Lambda parameter used for Box-Cox transform. |
Diego J. Pedregal
box.cox
, UC
, UCforecast
, UCvalidate
, UCfilter
, UCsmooth
,
UCdisturb
, UCcomponents
## Not run:
y <- inv.box.cox(box.cox(AirPassengers, 0.5), 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.