Inferensys

Glossary

Half-Life of Mean Reversion

The estimated time it takes for a cointegrated spread to revert halfway back to its long-term equilibrium mean after a deviation, dictating the optimal trading horizon.
ML engineer managing model versions on laptop, version history visible, technical Git-like workflow.
TRADING HORIZON METRIC

What is Half-Life of Mean Reversion?

The half-life of mean reversion quantifies the expected time required for a cointegrated spread or a mean-reverting time series to close half of its current deviation from its long-term equilibrium mean.

The half-life of mean reversion is the estimated time it takes for a mean-reverting financial spread to travel halfway back to its historical equilibrium after a shock. It is derived from the autoregressive coefficient in an Ornstein-Uhlenbeck process, providing a direct, tradeable estimate of the optimal holding period for a statistical arbitrage strategy. A shorter half-life signals a faster reversion speed, suitable for high-frequency execution, while a longer half-life demands a slower, capital-intensive horizon.

Calculated as -ln(2) / ln(θ), where θ is the speed of reversion, this metric directly dictates position sizing and stop-loss placement. If the half-life is 5 days, a trader expects a deviation to narrow by 50% in that window, making it a critical parameter for calibrating Kalman filters and dynamic hedge ratios in pairs trading. Ignoring the half-life leads to premature exits or capital tied up in stalled convergences, destroying the strategy's Sharpe ratio.

TEMPORAL DYNAMICS

Key Characteristics of Mean Reversion Half-Life

The half-life of mean reversion is a critical metric for calibrating the expected holding period and risk management of a statistical arbitrage strategy. It quantifies the speed at which a cointegrated spread decays back toward equilibrium.

01

Mathematical Derivation from the Ornstein-Uhlenbeck Process

The half-life is derived from the Ornstein-Uhlenbeck (OU) process, the standard stochastic model for mean-reverting behavior. The OU process is defined as dX_t = θ(μ - X_t)dt + σdW_t, where θ is the speed of mean reversion. The half-life is calculated as ln(2) / θ. This represents the time required for the expected value of the spread to close half the distance to its long-term mean μ. A larger θ implies a shorter half-life and a faster-reverting spread.

02

Optimal Trading Horizon Calibration

The half-life directly dictates the optimal holding period for a mean-reversion trade. A strategy should be designed to capture the bulk of the reversion move without overstaying the position. Common heuristics include:

  • Entry Timing: Entering a trade when the spread deviation exceeds 1.5 to 2 standard deviations.
  • Exit Timing: Setting a profit target at the equilibrium mean or holding for a duration equal to 1-2 half-lives, after which the expected marginal reversion decays significantly.
  • Stop-Loss Logic: A stop-loss should trigger if the spread continues to diverge beyond a threshold calibrated to the half-life, indicating a potential structural break in the relationship.
03

Distinction from Correlation

Half-life is a property of cointegration, not correlation. While correlation measures the short-term directional alignment of returns, cointegration identifies a long-term equilibrium relationship between non-stationary price series. A pair of assets can be highly correlated but have an infinite half-life if their spread is not stationary. Conversely, a cointegrated pair with a stable half-life may exhibit low short-term correlation. Cointegration is a necessary condition for a finite half-life to exist.

04

Estimation Instability and Regime Shifts

The half-life is not a static parameter; it is estimated from historical data and is highly sensitive to market regime changes. A structural break in the underlying economic relationship between two assets can permanently alter or destroy the mean-reversion property. Common causes include:

  • Mergers and Acquisitions: A corporate action fundamentally changes the equity relationship.
  • Sector Rotation: A persistent shift in investor capital flows can break historical spread relationships.
  • Monetary Policy Shocks: Changes in interest rates can permanently alter the cost-of-carry relationship in futures spreads. Continuous monitoring and walk-forward re-estimation are required to detect when a half-life has extended to infinity, signaling a broken pair.
05

Impact on Position Sizing and Risk

The half-life is a direct input into the Kelly Criterion and other dynamic position-sizing models for mean-reversion strategies. A shorter half-life implies a higher frequency of trading opportunities and a faster convergence of expected value, allowing for more aggressive capital allocation per signal. Conversely, a long half-life exposes capital to divergence risk for an extended period, requiring smaller position sizes to withstand prolonged adverse excursions. The half-life also defines the decay rate of the alpha signal, directly influencing the strategy's information ratio.

06

Portfolio Half-Life Aggregation

In a portfolio of multiple cointegrated pairs, the aggregate half-life is not a simple average. The dollar-weighted average half-life of the positions dictates the overall portfolio's sensitivity to mean-reversion decay. A portfolio manager must balance fast-reverting pairs (short half-life, high turnover, low margin per trade) with slow-reverting pairs (long half-life, low turnover, higher divergence risk) to achieve a stable aggregate strategy Sharpe ratio. Diversifying across half-life regimes helps smooth the equity curve when specific sector relationships temporarily break down.

HALF-LIFE OF MEAN REVERSION

Frequently Asked Questions

Clear, technical answers to the most common questions about estimating and applying the half-life parameter in mean-reverting trading strategies.

The half-life of mean reversion is the estimated time required for a cointegrated spread or mean-reverting time series to close half of its current deviation from its long-term equilibrium mean. It is most commonly calculated using the Ornstein-Uhlenbeck (OU) process formula: Half-Life = ln(2) / θ, where θ (theta) is the speed of mean reversion. To estimate θ, a discrete-time autoregressive model of order 1, or AR(1) model, is fitted to the spread: S_t = a + b * S_{t-1} + ε_t. The coefficient b is related to θ by θ = -ln(b). The half-life is then ln(2) / θ. This calculation assumes the spread follows a stationary stochastic process and provides a quantitative metric for the expected trade duration, directly informing the optimal holding period for a statistical arbitrage position.

COMPARATIVE ANALYSIS

Half-Life vs. Related Mean Reversion Metrics

A comparison of the half-life metric against other key statistical measures used to evaluate mean-reverting trading strategies and cointegrated portfolios.

FeatureHalf-Life of Mean ReversionCointegration Test StatisticHurst Exponent

Primary Function

Estimates time to revert halfway to equilibrium mean

Tests for existence of a stationary long-run relationship

Classifies time series as mean-reverting, trending, or random walk

Output Type

Time units (seconds, days, etc.)

Test statistic and p-value

Scalar value between 0 and 1

Directly Informs Holding Period

Requires Stationarity

Sensitive to Lookback Window

Computational Complexity

Low (OLS regression)

Moderate (Eigenvalue decomposition)

Low to Moderate (R/S analysis)

Typical Threshold for Mean Reversion

Shorter half-life is better (e.g., < 20 periods)

Test statistic < critical value at 5%

H < 0.5

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.