Time Series Analysis with ARIMA: Part 2
This is a continuation of the Time Series Analysis posts. ARIMA stands for Autoregressive Integrated Moving Average. These models aim to describe the correlations in the data with each other. You can use these correlations to predict future values based on past observations and forecast errors.