ets_fun.Rd
Do forecast using auto ETS
ets_fun(model_sample, h, target = "value")
model_sample | preferably tsibble with "value" column |
---|---|
h | forecasting horizon, is ignored |
target | name of the target variable, "value" by default |
auto ETS model
Do forecast using auto ETS
#> ETS(A,N,N) #> #> Call: #> forecast::ets(y = y) #> #> Smoothing parameters: #> alpha = 1e-04 #> #> Initial states: #> l = 0.1742 #> #> sigma: 1.0748 #> #> AIC AICc BIC #> 28.23642 32.23642 29.14418