postp: Post-processing of pre-processed data

Description Usage Arguments Value Author(s) See Also Examples

Description

Using the prep data we undo the changes on a pred object.

Usage

1
postp(prd, pre)

Arguments

prd

A pred object.

pre

A prep object.

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

1
2
3
preprocess <- prep(AirPassengers)
prediction <- pred(modl(preprocess),n.ahead=30)
postp.prediction <- postp(prediction,preprocess)

predtoolsTS documentation built on May 2, 2019, 5:54 a.m.