Skip to main content

TL;DR

Ornstein-Uhlenbeck Process: Mean-reverting diffusion — the continuous-time version of an AR(1) process. This concept is essential for quantitative trading interviews and is frequently tested at top firms.

By Valenke Exam Prep Team·Last updated 2026-06-01
Stochastic Processes

Ornstein-Uhlenbeck Process

Mean-reverting diffusion — the continuous-time version of an AR(1) process.

The Ornstein-Uhlenbeck (OU) process is defined by the SDE: dXt=θ(μXt)dt+σdWtdX_t = \theta(\mu - X_t)\, dt + \sigma\, dW_t where θ>0\theta > 0 is the speed of mean reversion, μ\mu is the long-run mean, and σ\sigma is the volatility. Intuition: When Xt>μX_t > \mu, the drift θ(μXt)\theta(\mu - X_t) is negative, pushing the process down toward μ\mu. When Xt<μX_t < \mu, the drift is positive, pulling it back up. The process "orbits" around μ\mu with random noise σdWt\sigma\, dW_t. Explicit solution: Starting from X0=x0X_0 = x_0: Xt=μ+(x0μ)eθt+σ0teθ(ts)dWsX_t = \mu + (x_0 - \mu)e^{-\theta t} + \sigma \int_0^t e^{-\theta(t-s)}\, dW_s The process is Gaussian with: E[Xt]=μ+(x0μ)eθt,Var(Xt)=σ22θ(1e2θt)E[X_t] = \mu + (x_0 - \mu)e^{-\theta t}, \quad \text{Var}(X_t) = \frac{\sigma^2}{2\theta}(1 - e^{-2\theta t}) Stationary distribution: As tt \to \infty, XtN ⁣(μ,σ22θ)X_t \to N\!\left(\mu,\, \frac{\sigma^2}{2\theta}\right). Higher mean-reversion speed θ\theta means lower stationary variance — the process stays closer to μ\mu. Concrete example: An interest rate model with μ=5%\mu = 5\%, θ=0.5\theta = 0.5, σ=1%\sigma = 1\%. Starting at 7%, the expected rate after 2 years is 5+2e15.74%5 + 2e^{-1} \approx 5.74\%, reverting toward 5%. When to use: Modeling interest rates (Vasicek model), pairs trading (spread between two cointegrated stocks), and any quantity that reverts to a long-run level. The OU process is the continuous-time analog of the discrete AR(1) process.

Ready to practice for the Valenke Finance Exam?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →