theta_fit_impl {modeltime} | R Documentation |
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 |
[Package modeltime version 1.3.0 Index]