arima_fun.Rd
Do forecast using auto ARIMA
arima_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 ARIMA model
Do forecast using auto ARIMA
#> Series: y #> ARIMA(0,0,0) with zero mean #> #> sigma^2 estimated as 0.8538: log likelihood=-13.4 #> AIC=28.8 AICc=29.3 BIC=29.1