slideAux function

slideAux

slideAux

Auxiliary function run from slide

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

Returns

Next time stamp

Author(s)

Diego J. Pedregal

  • Maintainer: Diego J. Pedregal
  • License: GPL-3
  • Last published: 2025-04-02

Useful links