tbats_fun.Rd
Do forecast using auto TBATS
tbats_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 TBATS model
Do forecast using auto TBATS
#> BATS(1, {0,0}, -, -) #> #> Call: forecast::tbats(y = y) #> #> Parameters #> Alpha: -0.009909058 #> #> Seed States: #> [,1] #> [1,] 0.1364877 #> #> Sigma: 1.10983 #> AIC: 29.10998