Questions tagged [bats]

The BATS model is a time series model for series exhibiting multiple seasonalities. It is a generalization of the traditional seasonal innovations models.

The BATS model was introduced by De Livera, Hyndman & Snyder (2011, JASA). "BATS" is an acronym denoting its salient features:

The BATS model is related to the TBATS model. It can be fitted using the bats() command in the forecast package for R.

1 questions
1
vote
1 answer

Interpreting BATS model information using forecast package in R

I have a forecast object in R. When I look at the summary I can see 'Model Information: BATS(1, {1,1}, -, -)' What do these numbers in the parentheses stand for?
lrobledo
  • 13
  • 3