ARFIMA Long-Memory Models
A time-series model that generalizes ARIMA's differencing order from a whole number to a fraction, letting a model sit deliberately between short-memory ARMA behavior and a full unit root — the right tool for series, like realized volatility, whose autocorrelation decays too slowly for ARMA but too fast to need a unit root.
Prerequisites: The Hurst Exponent and Long Memory, Trend-Stationary Versus Difference-Stationary Series
ARIMA's differencing order is normally a whole number: 0 (already stationary), 1 (difference once to remove a trend/unit root), or occasionally 2. But this forces a false choice on series like realized volatility, whose autocorrelations decay far more slowly than any stationary ARMA model allows, yet clearly don't have a genuine unit root either — volatility doesn't wander off to infinity the way a true random walk does; it always eventually reverts, just very slowly. ARFIMA (Autoregressive Fractionally Integrated Moving Average) resolves this by letting be a fraction, giving a whole continuum of memory strength between ordinary short-memory ARMA () and a full unit root ().
An analogy: a dimmer switch instead of an on/off switch
Ordinary ARIMA treats "does this series need differencing" like a light switch: either fully off (stationary, , memory fades fast) or fully on (a unit root, , memory never fades — every past shock has a permanent effect). Real long-memory series need a dimmer switch, not a toggle: memory that fades, but far more slowly than allows and without ever reaching the "never fades" extreme of . A fractional value like gives exactly that intermediate setting — meaningful, lingering influence from the distant past, but an influence that does eventually decay to nothing, unlike a true unit root.
The model, one piece at a time
ARFIMA extends the ARIMA equation by applying the differencing operator to a fractional power:
where and are the usual AR and MA lag polynomials, is the differencing operator, and is now allowed to be a fraction rather than restricted to an integer. Expanding via its binomial series produces an infinite-order AR (or, equivalently, MA) representation whose coefficients decay as a slow power law rather than the fast geometric decay of an ordinary ARMA process — this power-law decay is exactly the mathematical signature of long memory. In plain English: fractional differencing partially "differences out" a series' persistence, by an amount tuned continuously via rather than forced to be either zero or complete — recovers ordinary short-memory ARMA, approaches a full unit root, and any fraction in between captures long memory that decays, just very slowly. The parameter is directly related to the Hurst exponent via (see The Hurst Exponent and Long Memory), giving two independent ways to estimate essentially the same underlying memory strength.
Worked example 1: converting a Hurst estimate to d
A realized-volatility series was estimated in a companion analysis to have Hurst exponent via rescaled-range analysis. Converting to the fractional differencing parameter: . Fitting an ARFIMA(0, 0.17, 0) model to the same series directly via maximum likelihood gives a nearly identical estimate, — the two independent methods (R/S analysis and direct ARFIMA estimation) agree closely, which is itself useful confirmation that the long memory detected is real rather than an artifact of one particular estimation method.
Worked example 2: how slowly d = 0.2 decays versus AR(1)
Compare the autocorrelation decay of an AR(1) process with against a fractionally integrated process with . The AR(1) autocorrelation at lag is : at , that's — utterly negligible. The ARFIMA process's autocorrelation instead decays as a power law, roughly : at , that's — still meaningfully positive, nearly a fifth of its starting strength, twenty periods out. Even at , the ARFIMA autocorrelation is — still non-negligible, while the AR(1)'s has long since vanished to a number with dozens of zeros after the decimal point. This is the practical difference: a long-memory model keeps a small but real amount of predictive information from shocks that a short-memory model has completely forgotten.
What this means in practice
ARFIMA-family models are standard for volatility forecasting (realized volatility, implied volatility term structure) precisely because these series show the classic long-memory signature: strong but slowly decaying autocorrelation. A volatility forecast that uses an ordinary short-memory model will systematically underweight information from further in the past than it should, while one that (incorrectly) assumes a unit root will overstate how permanently a volatility shock persists; ARFIMA sits deliberately between the two.
ARFIMA generalizes ARIMA's differencing order to a fraction, giving a continuous dial between short-memory ARMA behavior and a full unit root — the fractional order d (related to the Hurst exponent by d = H − 0.5) captures series whose autocorrelation decays as a slow power law, meaningfully persisting far longer than an ordinary ARMA model allows without ever becoming a true unit root.
Estimating and mechanically concluding "long memory confirmed" without checking robustness is a common trap — estimates of are sensitive to the choice of estimation method (maximum likelihood versus semi-parametric log-periodogram methods can disagree meaningfully), and structural breaks or regime changes in a series can produce spurious long-memory signatures (an apparent slow decay) even when the true underlying process has no long memory at all and is just switching between a few distinct short-memory regimes. Cross-check estimates across methods and rule out obvious structural breaks before treating an ARFIMA fit as confirmation of genuine long memory.
Related concepts
Practice in interviews
Further reading
- Granger & Joyeux, An Introduction to Long-Memory Time Series Models, JTSA 1980
- Baillie, Long Memory Processes and Fractional Integration in Econometrics, JoE 1996