powered by
Runs inverse of Box-Cox transform of a time series
inv.box.cox(x, lambda)
Transformed time series object.
Lambda parameter used for Box-Cox transform.
Diego J. Pedregal
box.cox, UC, UCforecast, UCvalidate, UCfilter, UCsmooth, UCdisturb, UCcomponents
box.cox
UC
UCforecast
UCvalidate
UCfilter
UCsmooth
UCdisturb
UCcomponents
if (FALSE) { y <- inv.box.cox(box.cox(AirPassengers, 0.5), 0.5) plot(y) }
Run the code above in your browser using DataLab