Glossary term

Autocorrelation

Autocorrelation is the statistical relationship between a time series and lagged versions of itself.

Updated

May 25, 2026

Read time

3 min read

What Is Autocorrelation?

Autocorrelation is the statistical relationship between a time series and lagged versions of itself. It measures whether current values are related to prior values in the same series.

The concept matters in finance, economics, operations, and risk modeling because time-ordered data often have memory. Sales this month may be related to sales last month. Interest rates, inflation, volatility, traffic, claims, and inventory demand can all show persistence or reversal over time.

Key Takeaways

  • Autocorrelation measures whether a series is correlated with its own past values.
  • Positive autocorrelation means high values tend to follow high values, or low values tend to follow low values.
  • Negative autocorrelation means values tend to reverse direction from one period to the next.
  • Autocorrelation is important in time-series forecasting and model diagnostics.
  • Ignoring it can make risk estimates, regression results, and forecasts look more reliable than they are.

Formula Concept

A lag-k autocorrelation compares each value with the value k periods earlier:

ρk=Cov(Xt,Xtk)σX2\rho_{k} = \frac{\text{Cov}(X_{t}, X_{t-k})}{\sigma_{X}^{2}}

Here, rhok is autocorrelation at lag k, Xt is the value at time t, Xt-k is the lagged value, and sigmaX2 is the variance of the series when the process is treated as stable.

How Autocorrelation Works

If daily returns are positively autocorrelated, a positive return is more likely to be followed by another positive return than by a random draw. If returns are negatively autocorrelated, a positive return may be more likely to be followed by a decline. If autocorrelation is near zero, the prior value has little linear relationship with the current value.

In business data, autocorrelation is often natural. Retail sales may be seasonal. Web traffic may follow weekly patterns. Loan delinquencies may persist once economic stress appears. A model that treats every observation as independent can miss that structure.

Where It Shows Up

Autocorrelation appears in time-series charts, forecasting models, residual diagnostics, and risk reports. Analysts often inspect autocorrelation and partial autocorrelation plots to decide whether an autoregressive, moving-average, ARIMA, or seasonal model may fit the data.

It also appears as a warning sign. If the residuals from a regression are autocorrelated, the model may be missing time-related structure. Standard errors can be distorted, and confidence in the results may be overstated.

Positive and Negative Patterns

Pattern

Possible meaning

Positive autocorrelation

Momentum, persistence, seasonality, or slow adjustment

Negative autocorrelation

Mean reversion, correction, alternating behavior, or inventory adjustment

Near-zero autocorrelation

Little linear relationship across the tested lag

Financial Interpretation

Autocorrelation can affect how investors and managers read performance. A strategy with smoothed prices, stale marks, or illiquid holdings may show artificial persistence. That can make volatility appear lower and risk-adjusted returns appear better than they would under fully marked prices.

For forecasting, autocorrelation is useful only if the pattern is durable. A relationship that exists in one regime can disappear after a policy change, product shift, liquidity shock, or market structure change.

Modeling Caution

Autocorrelation changes how analysts should think about sample size. If observations are highly related to prior observations, a dataset with many rows may contain less independent information than it appears to contain. That can make a model look more precise than it really is.

It can also affect portfolio analysis. Serially correlated returns may understate drawdown risk or make performance appear smoother. This is especially important for assets that are not priced continuously, such as some private funds, real estate interests, or thinly traded securities.

How to Read It

Autocorrelation is a clue about time dependence, not a complete explanation. It helps identify whether the past contains information about the present, but the next question is why the pattern exists and whether it is stable enough to use.

Related Terms