powered by
Using the prep data we undo the changes on a pred object.
prep
pred
postp(prd, pre)
A pred object.
A prep object.
A pred object with reverted transformations.
pred prep, postp.homogenize.log, postp.homogenize.boxcox, postp.detrend.differencing, postp.detrend.sfsm, postp.deseason.differencing
postp.homogenize.log
postp.homogenize.boxcox
postp.detrend.differencing
postp.detrend.sfsm
postp.deseason.differencing
# NOT RUN { preprocess <- prep(AirPassengers) prediction <- pred(modl(preprocess),n.ahead=30) postp.prediction <- postp(prediction,preprocess) # }
Run the code above in your browser using DataLab