Description Usage Arguments Value Author(s) See Also Examples
Using the prep data we undo the changes on a pred object.
1 | postp(prd, pre)
|
prd |
A |
pre |
A |
A pred object with reverted transformations.
Alberto Vico Moreno
pred
prep,
postp.homogenize.log,
postp.homogenize.boxcox,
postp.detrend.differencing,
postp.detrend.sfsm,
postp.deseason.differencing
1 2 3 | preprocess <- prep(AirPassengers)
prediction <- pred(modl(preprocess),n.ahead=30)
postp.prediction <- postp(prediction,preprocess)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.