Bipower Variation And Jump Detection
Bipower variation measures the smooth, continuous part of a price's variance while staying almost blind to sudden jumps — comparing it against ordinary realized variance is how researchers detect whether a price actually jumped.
Prerequisites: Realized Volatility Estimators
A pedometer counting your daily steps can't tell a smooth walking stride from one giant leap over a puddle — both just register as "movement." But if you instead multiply each step's length by the previous step's length, that giant leap stands out clearly: it's huge compared to its ordinary neighbors on either side, while a normal continuous stride times another normal stride stays modest. Bipower variation applies exactly this trick to price returns, using consecutive returns multiplied together to build a measure that stays nearly blind to isolated jumps.
The formula, defined
In words: instead of squaring each return individually and summing (that's ordinary realized variance , see realized volatility estimators), bipower variation multiplies each return's absolute size by its immediate neighbor's absolute size, sums those products, and rescales by the constant so that in a pure continuous-diffusion world (no jumps at all), converges to the same quantity as . The key property: a single enormous jump return gets multiplied by its neighbor , which is an ordinary-sized continuous return — so the jump contributes only proportionally to , roughly like an ordinary large return would, instead of contributing its own huge value squared, which is what happens to it in .
Worked example 1 — computing RV and BV side by side
A stock has five consecutive returns: +0.5%, -0.3%, +4.0% (a jump), +0.2%, -0.4%. Ordinary — the jump return alone (0.0016) accounts for nearly 97% of total RV. Bipower variation uses consecutive pairs: , times : . BV is barely a fifth of RV — because the jump, paired with its ordinary-sized neighbors on each side, contributes far less to the sum than it did to RV where it was squared against itself.
Worked example 2 — isolating the jump component
The jump contribution to total variance is estimated as . From example 1: . That's the estimated variance attributable to the discontinuous jump, versus attributable to ordinary continuous price movement. A formal jump test doesn't stop here — it standardizes this difference by its own estimated statistical noise (using a ratio statistic and known asymptotic distribution) to get a z-score and decide if is significantly different from zero, rather than just eyeballing that , since some gap between the two is expected from estimation noise even with no true jump.
What this means in practice
Separating jump variance from continuous variance matters because the two behave differently for forecasting and risk purposes — continuous variance tends to be persistent and predictable (feeding models like HAR-RV, see HAR-RV model), while jump variance is closer to a one-off shock that shouldn't be extrapolated forward the same way. Trading desks and researchers use jump detection to decide whether a sharp move is "part of the ongoing volatility regime" or "an isolated event," which changes how much weight it should get in a forecast.
being positive is not automatically proof of a statistically significant jump — with finite, noisy data, this difference is essentially never exactly zero even in a pure continuous-diffusion world with no jumps at all, purely from estimation noise. A proper jump test standardizes the gap by its own sampling variability and compares it to a critical value (a z-score against the normal distribution, typically) before declaring a jump — treating any positive as "a jump happened" overstates how often jumps are actually detected.
Bipower variation multiplies consecutive absolute returns instead of squaring each return alone, which makes it far less sensitive to isolated jumps than ordinary realized variance — the gap between the two, properly tested for significance, is how researchers separate jump risk from continuous diffusion risk.
Practice
- Given four consecutive returns +0.4%, +0.3%, -3.0%, +0.5%, compute both RV and BV (using the scaling), and estimate the jump contribution .
- Why does pairing each return with its immediate neighbor, rather than squaring it against itself, make bipower variation much less sensitive to a single large jump?
Practice in interviews
Further reading
- Barndorff-Nielsen and Shephard, Power and Bipower Variation with Stochastic Volatility and Jumps (Journal of Financial Econometrics, 2004)
- Huang and Tauchen, The Relative Contribution of Jumps to Total Price Variance (Journal of Financial Econometrics, 2005)