Auxiliary function run from slide
slideAux(
  y,
  orig,
  forecFun,
  h = 12,
  step = 1,
  output = TRUE,
  graph = TRUE,
  window = NA,
  parallel = FALSE,
  ...
)Next time stamp
a vector or matrix of time series
starting forecasting origin
user function that implements forecasting methods
forecasting horizon
observations ahead to move the forecasting origin
output TRUE/FALSE
fraphical output TRUE/FALSE
fixed window width in number of observations (NA for non fixed)
run forecasts in parallel
rest of inputs to forecFun function
Diego J. Pedregal