Low-Level tbats function for translating modeltime to forecast
tbats_fit_impl(
x,
y,
period_1 = "auto",
period_2 = NULL,
period_3 = NULL,
use.parallel = length(y) > 1000,
...
)
A dataframe of xreg (exogenous regressors)
A numeric vector of values to fit
(required) First seasonal frequency. Uses "auto" by default. A character phrase of "auto" or time-based phrase of "2 weeks" can be used if a date or date-time variable is provided.
(optional) First seasonal frequency. Uses "auto" by default. A character phrase of "auto" or time-based phrase of "2 weeks" can be used if a date or date-time variable is provided.
(optional) First seasonal frequency. Uses "auto" by default. A character phrase of "auto" or time-based phrase of "2 weeks" can be used if a date or date-time variable is provided.
TRUE/FALSE
indicates whether or not to use parallel processing.
Additional arguments passed to forecast::tbats()