The Hurst Exponent and Long Memory
A single number between 0 and 1 that measures how strongly a time series' past influences how far it wanders in the future — 0.5 matches a pure random walk, above 0.5 signals persistent trending, and below 0.5 signals mean-reverting anti-persistence, with memory that can decay far more slowly than short-lag models assume.
Prerequisites: The Random Walk, The Variance Ratio Test
An ARMA model, built from a handful of short-lag terms, assumes a shock's influence fades away quickly and predictably — an AR(1) coefficient of 0.5 means a shock is nearly forgotten within a few periods. But some real series — river flow, volatility, certain volume and liquidity series — show a stranger pattern: today is correlated with a shock from 50 periods ago far more than a short-lag model would ever predict, and that correlation decays extremely slowly rather than dying out geometrically. This is called long memory, and the Hurst exponent is the classic single-number measure of how much of it a series has.
An analogy: a river's flood memory versus a coin flip's memory
A fair coin flip has zero memory: whether you got heads five flips ago tells you nothing about the next flip. A pure random walk (like an unpredictable stock price) has a specific, moderate kind of memory: it accumulates all its past steps, but each individual step is still independent of the others, so its wandering grows at a textbook, predictable rate with the square root of time. Now consider a river's annual flood level: a multi-year drought tends to be followed by more dry years, and a multi-year wet spell tends to be followed by more wet years, in a way that persists far longer than you'd expect from year-to-year weather being roughly independent. Hurst originally studied exactly this — Nile River flood records — and found that rivers "remember" wet and dry spells over unusually long spans. The Hurst exponent measures exactly where a series sits on this spectrum: for the pure coin-flip-like random walk, for river-flood-like persistence, and for a series that tends to reverse itself more than randomness would.
The exponent, one piece at a time
The classic estimation method is rescaled range (R/S) analysis. For a time window of length , compute the range of the cumulative deviations from the mean, , and divide by the sample standard deviation, . Hurst's empirical finding, later given theoretical grounding, is that this rescaled range scales with window length as a power law:
In plain English: as you look at longer and longer windows of the series, its rescaled range grows at a rate governed entirely by the exponent — plotting against should trace a straight line whose slope directly estimates . For a pure random walk, exactly, matching the familiar "variance grows with " scaling. When , the series has persistent long memory — trends tend to continue, and the autocorrelation between distant points decays so slowly (as a power law, , rather than geometrically) that the sum of all autocorrelations across all lags is actually infinite, unlike a short-memory ARMA process where it's finite. When , the series is anti-persistent — an up-move tends to be followed by a down-move more often than chance, a strong form of mean reversion.
Worked example 1: reading a straight-line slope
Suppose is measured at and comes out to roughly 4.5, 14.2, and 45. Taking logs: , , . The slope between the first and last points is — this series is behaving like a pure random walk, , no detectable long memory.
Worked example 2: detecting persistence in realized volatility
Applying the same method to a daily realized-volatility series gives values of roughly 6, 28, and 130 at . In logs: , , . The slope is — well above 0.5, indicating strong persistence: high-volatility periods tend to be followed by more high-volatility periods over spans far longer than a standard GARCH(1,1) model's exponential decay would predict. This empirical regularity — around 0.6-0.8 for realized volatility across many markets — is precisely what motivates long-memory volatility models like FIGARCH and ARFIMA specifications for volatility (see ARFIMA Long-Memory Models).
What this means in practice
Realized volatility, trading volume, and some liquidity measures across many markets consistently show noticeably above 0.5, which is why long-memory models are standard for volatility forecasting rather than a niche curiosity. A quant seeing on a candidate signal should treat it as evidence the series has structure beyond what a short-lag AR or MA term can capture — worth modeling explicitly with a fractional-differencing approach (see ARFIMA Long-Memory Models) rather than papering over with a higher-order but still short-memory ARMA fit.
The Hurst exponent summarizes a series' memory in one number: 0.5 matches a pure random walk, above 0.5 means past trends tend to continue over unusually long spans (long memory), and below 0.5 means the series tends to reverse itself more than chance would predict — and unlike short-memory models, true long memory's autocorrelations never fully die out.
Classic R/S-based Hurst estimates are notoriously biased upward by short-term autocorrelation and heteroskedasticity that have nothing to do with genuine long memory — a plain GARCH-type volatility-clustering effect alone can push an estimated above 0.5 even with no true long-range dependence present. Always cross-check an R/S-based Hurst estimate against a model-based long-memory test (like estimating the fractional differencing parameter directly, see ARFIMA Long-Memory Models) before concluding a series has genuine long memory rather than ordinary short-run clustering.
Related concepts
Practice in interviews
Further reading
- Hurst, Long-Term Storage Capacity of Reservoirs, Trans. ASCE 1951
- Mandelbrot & Wallis, Noah, Joseph and Operational Hydrology, WRR 1968