Building an ARIMA Model for Time Series Forecasting in Python

Introduction A popular and widely used statistical method for time series forecasting is the ARIMA model. Exponential smoothing and ARIMA models are the two most widely used approaches to time series forecasting and provide complementary approaches to the problem. While exponential smoothing models are based on a description of the trend and seasonality in the … Continue reading Building an ARIMA Model for Time Series Forecasting in Python