smooth for Python: ETS+ARIMA
ETS is powerful. ARIMA is powerful. But when you need both, you are typically left with fitting ARMA to the residuals of ETS, which biases the parameters. There is a much neater solution: combine them in one state space model to estimate everything jointly… The standard practice when ETS is not enough to capture the … Read more