plotSlide function

plotSlide

plotSlide

Plot summarised results from slide

plotSlide(py1, y, orig, step = 1, errorFun, collectFun = mean)

Arguments

  • py1: output from slide function
  • y: a vector or matrix of time series (the same used in slide call)
  • orig: starting forecasting origin (the same used in slide call)
  • step: observations ahead to move the forecasting origin (the same used in slide call)
  • errorFun: user function to calculate error measures
  • collectFun: aggregation function (mean, median, etc.)

Returns

Results

Examples

## Not run: plotSlide(py1, AirPassengers, 100, 1, errorFun)

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, ident, cusum, varTest, conv, armaFilter, dif, roots, zplane, acft, slide, Accuracy, tsDisplay, size

Author(s)

Diego J. Pedregal

  • Maintainer: Diego J. Pedregal
  • License: GPL-3
  • Last published: 2025-04-02

Useful links