Learn R Programming

UComp (version 4.0.1)

plotSlide: plotSlide

Description

Plot summarised results from slide

Usage

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

Value

Results

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

Author

Diego J. Pedregal

See Also

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

Examples

Run this code
if (FALSE) plotSlide(py1, AirPassengers, 100, 1, errorFun)

Run the code above in your browser using DataLab