slideAux {UComp} | R Documentation |
slideAux
Description
Auxiliary function run from slide
Usage
slideAux(
y,
orig,
forecFun,
h = 12,
step = 1,
output = TRUE,
graph = TRUE,
window = NA,
parallel = FALSE,
...
)
Arguments
y |
a vector or matrix of time series |
orig |
starting forecasting origin |
forecFun |
user function that implements forecasting methods |
h |
forecasting horizon |
step |
observations ahead to move the forecasting origin |
output |
output TRUE/FALSE |
graph |
fraphical output TRUE/FALSE |
window |
fixed window width in number of observations (NA for non fixed) |
parallel |
run forecasts in parallel |
... |
rest of inputs to forecFun function |
Value
Next time stamp
Author(s)
Diego J. Pedregal
[Package UComp version 5.0.4 Index]