Chapter 1 Introduction

## Parsed with column specification:
## cols(
##   X1 = col_double(),
##   X2 = col_double()
## )

Selecting the model.

Due to seasonality involved, simple models will not be able to capture it. We therefore use the seasonal ARIMA and exponential smoothing models. Exponential smoothing models have seasonality built in it by construction. Complex models like mixed models and neural nets will be an overkill.