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 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.)

Value

Results

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 May 31, 2023, 7:41 p.m.

Related to plotSlide in UComp...