instantiate.forecast_multivariate.ml.control_panel {OOS} | R Documentation |
Create interface to control forecast_multivariate
ML estimation
Description
A function to create the multivariate forecast methods arguments list for user manipulation.
Usage
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
[Package OOS version 1.0.0 Index]