🏠
Guest Not signed in

fBM via Volterra kernel: where roughness comes from

A fractional Brownian motion is a Brownian integral against a one-parameter kernel $(t - s)^{H - 1/2}$. The kernel is what makes the increments correlated and the paths rough or persistent.

Method · Fbm Volterra
Intro

Fractional Brownian motion (fBM) generalises Brownian motion to processes whose variance grows like $t^{2H}$ for any $H \in (0, 1)$. The covariance-function definition (Mandelbrot-Van Ness 1968) is elegant but useless for simulation. The Volterra-kernel representation $B^H_t = c_H \int_0^t (t - s)^{H - 1/2}\,dW_s$ is what you actually compute. The kernel does all the work: a Hurst-dependent power that decays slowly for persistent processes and *spikes* near $s = t$ for rough processes. The kernel structure is also what makes simulation tractable (Bennedsen-Lunde-Pakkanen's hybrid scheme) and what the rough-Bergomi model puts under the spot dynamics.

βœ“ Intro Β· expand
Independent · Legal