Time Series Forecasting Using a Seasonal ARIMA Model: A Python Tutorial

One of the most widely studied models in time series forecasting is the ARIMA (autoregressive integrated moving average) model. Many variations of the ARIMA model exist, which employ similar concepts but with tweaks. One particular example is the seasonal ARIMA (SARIMA) model. The SARIMA model accounts for seasonality when generating time series forecasting models. This … Continue reading Time Series Forecasting Using a Seasonal ARIMA Model: A Python Tutorial