plotSlide: plotSlide

View source: R/tools.R

plotSlideR Documentation

plotSlide

Description

Plot summarised results from slide

Usage

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

Arguments

py1

output from slide function

y

a vector, matrix or list 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.)

Value

An array of forecasting errors of dimensions (horizon x nOrigs x nModels x nSeries)

Author(s)

Diego J. Pedregal

See Also

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

Examples

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

UComp documentation built on April 24, 2026, 5:07 p.m.

Related to plotSlide in UComp...