After addressing time series components and stationarity, the focus shifts to understanding the internal correlation structure of the data. How does a value at time t relate to values at previous times like t−1, t−2, and so on? Answering this is essential for selecting appropriate forecasting models.
This chapter introduces the primary tools for analyzing this temporal dependence:
By the end of this chapter, you will be able to compute and interpret ACF and PACF plots to help identify potential candidate models for your stationary time series data.
3.1 Autocorrelation Function (ACF)
3.2 Partial Autocorrelation Function (PACF)
3.3 Plotting ACF and PACF in Python
3.4 Interpreting ACF/PACF for Model Selection
3.5 Hands-on Practice: ACF/PACF Plotting and Interpretation
© 2025 ApX Machine Learning