plotpredpiar: Plot of the Out-of-Sample Forecasts in a PIAR Model

Description Usage Arguments Author(s) References See Also Examples

View source: R/partsm.R

Description

This function displays a plot of the predictions and the corresponding 95 per cent confidence intervals based on a PIAR model. In this version, this function is implemented for quarterly observed data, PIAR models up to order 2 are considered, and seasonal intercepts are included by default.

Usage

1
2
    plotpredpiar (x)
  

Arguments

x

Object of class 'pred.piartsm'.

Author(s)

Javier Lopez-de-Lacalle javlacalle@yahoo.es.

References

P.H. Franses: Periodicity and Stochastic Trends in Economic Time Series (Oxford University Press, 1996).

See Also

pred.piartsm-class, and predictpiar.

Examples

1
2
3
4
5
6
7
8
    ## Load data and select the deterministic components.
    data("gergnp")
    lgergnp <- log(gergnp, base=exp(1))

    ## Fit a PIAR(2) model with seasonal intercepts.
    out.pred <- predictpiar(wts=lgergnp, p=2, hpred=24)
    plotpredpiar(out.pred)
  

partsm documentation built on Nov. 25, 2020, 5:07 p.m.