These functions are used to construct new garchmodels
bridge functions that
connect the tidymodels
infrastructure to time-series models containing date or date-time features.
new_modelgarch_bridge(class, models, data, extras = NULL, desc = NULL)
A class name that is used for creating custom printing messages
A list containing one or more models
A data frame (or tibble) containing 4 columns: (date column with name that matches input data), .actual, .fitted, and .residuals.
An optional list that is typically used for transferring preprocessing recipes to the predict method.
An optional model description to appear when printing your modeltime objects
A list with the constructor