Auto-correlation is a statistical concept used in time series analysis. It measures how current values in a dataset relate to their past values, helping to identify repeating patterns and dependencies over time.
Also called serial correlation, auto-correlation is essential when analysing data recorded at regular intervals, such as financial prices, economic indicators, or production data. It can reveal trends, cycles, or seasonality hidden within the series.
Example: A supermarket may notice that sales data are positively auto-correlated on a weekly cycle, showing a repeated weekend shopping pattern.
Understanding auto-correlation is vital because it affects statistical modelling. If ignored, it can make regression estimates unreliable. Tools like correlograms (plots of correlations at different lags) or tests such as Durbin-Watson and Ljung-Box help detect it. Adjusting for auto-correlation ensures more robust models and reliable decisions.