forecast_multivariate ML estimationinstantiate.forecast_multivariate.ml.control_panel.RdA 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 )
| 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 |
forecast_multivariate.ml.control_panel