instantiate.forecast_multivariate.ml.control_panel: Create interface to control 'forecast_multivariate' ML...

Description Usage Arguments Value

View source: R/forecast_multivariate.R

Description

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

Usage

1
2
3
4
5
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


OOS documentation built on March 17, 2021, 5:08 p.m.