plotmapa: Produce estimated MAPA fit plot (OBSOLETE!)

View source: R/mapa.estim.R

plotmapaR Documentation

Produce estimated MAPA fit plot (OBSOLETE!)

Description

The following function plots the fitted components at each aggregation level of an estimated MAPA. The plot is the same as the one that can be produced optionally by mapaest.

Usage

plotmapa(mapafit)

Arguments

mapafit

Fitted MAPA model (from mapaest).

Note

The function 'plotmapa' is deprecated. Use plot() instead.

Author(s)

Nikolaos Kourentzes, nikolaos@kourentzes.com; Fotios Petropoulos.

References

  • Kourentzes N., Petropoulos F., Trapero J.R. (2014) Improving forecasting by estimating time series structural components across multiple frequencies. International Journal of Forecasting, 30(2), 291–302.

  • Kourentzes N., Petropoulos F. (2015) Forecasting with multivariate temporal aggregation: The case of promotional modelling. International Journal of Production Economics.

  • You can find more information about MAPA at Nikos' blog.

See Also

mapaest, mapa.

Examples

mapafit <- mapaest(admissions,outplot=0)
plotmapa(mapafit)

trnnick/mapa documentation built on Nov. 20, 2023, 7:32 p.m.