Two-Scale Realized Volatility
Sampling as often as the data allows should make realized volatility more accurate — instead it gets worse, because bid-ask bounce dominates at high frequency. Two-scale realized volatility combines a slow and a fast estimate to cancel that noise out.
Prerequisites: Realized Volatility Estimators
Weigh yourself on a bathroom scale that jitters by half a pound between readings, and one measurement is noisy — but a thousand rapid readings, each treated as a "real" weight change, doesn't help either; it just injects a thousand jitters' worth of noise. There's a way to combine fast noisy readings with slow stable ones to cancel the jitter out. That's the problem two-scale realized volatility (TSRV) solves for prices sampled at very high frequency.
Why naive high-frequency RV breaks
Plain realized volatility (see realized volatility estimators) sums squared returns, and in theory, sampling more often should only help. In practice, at very short intervals, observed prices bounce between bid and ask even when the "true" price hasn't moved — bid-ask bounce adds spurious squared returns that inflate RV. Plot RV against sampling frequency and you get a signature plot: RV rises sharply as frequency increases past a point, revealing noise contamination rather than signal.
The two-scale estimator, defined
In words: compute using every tick (fast, noisy, biased up), and separately by averaging RV over several subsampled grids at a coarser frequency (slower, much less noisy, but throws away most data). is ticks used in the fast estimate, the average used per slow subsample. The correction term estimates and subtracts the noise bias baked into the fast estimate, since pure noise contributes a predictable amount to that grows with in a specific way, while true variance doesn't.
Worked example 1 — the signature plot pattern
Suppose a stock's RV, computed at different sampling intervals over the same day, comes out as: 1-second bars give ; 1-minute bars give ; 5-minute bars give ; 30-minute bars give . As sampling gets coarser, RV falls and flattens around 0.00080 — that flat region is roughly where microstructure noise stops dominating, classic evidence that the 1-second estimate is badly contaminated, over double the "true" flattened level.
Worked example 2 — applying the TSRV correction
Suppose the fast (all-tick) estimate uses ticks and gives . A slow subsampled estimate, averaging over grids of about observations each (roughly 1-minute sampling), gives . The correction term: . So — close to the flattened signature-plot level from example 1 (0.00079-0.00082), and noticeably closer to that "true" region than either raw estimate alone.
What this means in practice
TSRV (and related noise-robust estimators like realized kernels) let researchers use the full richness of tick-by-tick data without being misled by microstructure noise, rather than the older brute-force fix of just sampling at a fixed "safe" interval like 5 minutes and throwing away everything finer. It's standard in high-frequency volatility forecasting research and in building the realized-vol inputs that feed models like HAR-RV.
Simply choosing a coarser fixed sampling interval (the "5-minute rule of thumb") to dodge microstructure noise is not the same fix as TSRV — it discards almost all the data and the choice of interval is itself arbitrary and asset-dependent, with no principled way to know if 5 minutes is coarse enough for a given stock's liquidity. TSRV's advantage is using all the tick data while explicitly correcting for the noise, rather than guessing at a "safe" frequency and hoping.
Naive realized volatility gets worse, not better, as sampling frequency increases past a point, because bid-ask bounce injects noise faster than finer sampling adds signal — two-scale realized volatility fixes this by combining a fast noisy estimate with a slow stable one to explicitly cancel the noise bias.
Practice
- A signature plot shows RV falling from 0.0040 at 1-second sampling to a flat 0.0012 by 10-minute sampling. What does the flattening tell you about where microstructure noise stops dominating?
- If the fast all-tick RV is 0.0035 with and the slow subsampled RV is 0.0012 with , compute the TSRV correction term and the resulting TSRV estimate.
Related concepts
Practice in interviews
Further reading
- Zhang, Mykland, and Ait-Sahalia, A Tale of Two Time Scales (JASA, 2005)
- Ait-Sahalia, Mykland, and Zhang, How Often to Sample a Continuous-Time Process (Review of Financial Studies, 2005)