slideAux
Auxiliary function run from slide
slideAux( y, orig, forecFun, h = 12, step = 1, output = TRUE, graph = TRUE, window = NA, parallel = FALSE, ... )
y
: a vector or matrix of time seriesorig
: starting forecasting originforecFun
: user function that implements forecasting methodsh
: forecasting horizonstep
: observations ahead to move the forecasting originoutput
: output TRUE/FALSEgraph
: fraphical output TRUE/FALSEwindow
: fixed window width in number of observations (NA for non fixed)parallel
: run forecasts in parallel...
: rest of inputs to forecFun functionNext time stamp
Diego J. Pedregal
Useful links