Skip to main content
A Levy (alpha-stable) process generalizes Brownian motion to allow heavy tails and jumps: increments are independent but drawn from a stable distribution whose tail weight is tunable. It models series with occasional extreme moves that a Gaussian model badly underestimates.
The model yt=yt1+scaleXt+location,XtS(α,β;1)y_t = y_{t-1} + \text{scale}\cdot X_t + \text{location}, \qquad X_t \sim S(\alpha, \beta; 1) The stability index alpha ∈ (0, 2] sets the tail heaviness: alpha = 2 recovers Gaussian increments, while smaller values give progressively heavier tails and larger jumps (alpha = 1 is Cauchy-like, with undefined variance).

1. Tail heaviness

Lower alpha = heavier tails = more extreme jumps.

2. Multiple series

Related generators
  • Jump diffusion — a smooth diffusion with separate discrete jumps.
  • GARCH — heavy-tailed conditional behavior via volatility clustering.
The stability parameter is documented in the generator reference.