postp {predtoolsTS} | R Documentation |
Post-processing of pre-processed data
Description
Using the prep
data we undo the changes on a pred
object.
Usage
postp(prd, pre)
Arguments
prd |
A |
pre |
A |
Value
A pred
object with reverted transformations.
Author(s)
Alberto Vico Moreno
See Also
pred
prep
,
postp.homogenize.log
,
postp.homogenize.boxcox
,
postp.detrend.differencing
,
postp.detrend.sfsm
,
postp.deseason.differencing
Examples
preprocess <- prep(AirPassengers)
prediction <- pred(modl(preprocess),n.ahead=30)
postp.prediction <- postp(prediction,preprocess)
[Package predtoolsTS version 0.1.1 Index]