Skip to main content
Fractional Brownian motion generalizes the random walk with a tunable memory: increments can be persistent (trending) or anti-persistent (mean-reverting), governed by the Hurst exponent. It models long-range dependence in network traffic, hydrology, and finance.
The model γ(k)=σ22(k+12H2k2H+k12H),VarBH(t)=σ2t2H\gamma(k) = \tfrac{\sigma^2}{2}\Big(|k+1|^{2H} - 2|k|^{2H} + |k-1|^{2H}\Big), \qquad \mathrm{Var}\,B_H(t) = \sigma^2 t^{2H} The Hurst exponent hurst ∈ (0, 1) sets the correlation of increments: H = 0.5 is ordinary Brownian motion, H > 0.5 is persistent (long-range positive dependence, smooth trends), and H < 0.5 is anti-persistent (rough, mean-reverting).

Comparing Hurst exponents

Generate series with different Hurst exponents and estimate the Hurst parameter back from the data using the R/S method.

Comparing fBm vs fGn (Increments)

Fractional Brownian motion (fBm) is the cumulative process, while fractional Gaussian noise (fGn) represents its increments.

Model information

Inspect the model parameters and metadata.
Related generators The Hurst parameter is documented in the generator reference.