Module 04 · Stochastic Processes

Stochastic Process Explorer

Five canonical models of randomness in markets, simulated live with a seeded generator. Each process is a hypothesis about how uncertainty moves — pick one, perturb its parameters, and watch the hypothesis draw itself.

Process

Simulation

50 paths · 252 steps · T = 1y
Euler-Maruyama discretization
Box-Muller normals, mulberry32 seed

Terminal-value distribution across paths, with the mean marked.

Process notes

Geometric Brownian motion

$$dS_t = \mu S_t\,dt + \sigma S_t\,dW_t \qquad\Longrightarrow\qquad S_t = S_0 \exp\!\left[\left(\mu - \tfrac{1}{2}\sigma^2\right)t + \sigma W_t\right]$$

Where it is used. The default model for equity prices; the substrate of Black-Scholes and of most textbook portfolio mathematics.

What it captures. Proportional randomness (returns, not price changes, are the natural unit), positivity of prices, and compounding — including the subtle \(-\tfrac{1}{2}\sigma^2\) drag that separates median from mean growth.

What it misses. Everything the rest of this page exists for: volatility is constant, returns are Gaussian and independent, and nothing ever jumps. Real markets violate all three, persistently.