AUTOCORRELATION

Back to Glossary

Definition

The correlation of a time series with its own past values.


Summary

Autocorrelation measures how much a time series data point is related to its previous values at different time lags. Think of it as asking 'How predictable is today's value based on yesterday's, last week's, or last month's values?' It's like examining whether patterns repeat over time - for example, if stock prices tend to follow similar trends from one day to the next, or if seasonal sales patterns repeat year over year. The autocorrelation function helps identify these temporal relationships and is crucial for understanding the underlying structure of time-dependent data.

Usage Context

Essential for time series analysis, forecasting models (ARIMA), detecting patterns in sequential data, validating model residuals, and understanding temporal dependencies in datasets

Common Confusions

  • Confusing autocorrelation with cross-correlation between different variables
  • Not understanding that autocorrelation measures relationships at different time lags
  • Thinking high autocorrelation always means the data is predictable
  • Misinterpreting the correlation coefficient values on the autocorrelation plot
  • Not recognizing that trending data can show spurious autocorrelation