theta_fit_impl: Low-Level Exponential Smoothing function for translating modeltime to forecast
Description
Low-Level Exponential Smoothing function for translating modeltime to forecast
Usage
theta_fit_impl(x, y, ...)
Arguments
- x
A dataframe of xreg (exogenous regressors)
- y
A numeric vector of values to fit
- ...
Additional arguments passed to forecast::ets