A function to create the multivariate forecast methods arguments list for user manipulation.

instantiate.forecast_multivariate.ml.control_panel(
  covariates = NULL,
  rolling.window = NULL,
  horizon = NULL
)

Arguments

covariates

int: the number of features that will go into the model

rolling.window

int: size of rolling window, NA if expanding window is used

horizon

int: number of periods into the future to forecast

Value

forecast_multivariate.ml.control_panel