Random Walks

A random walk is a stochastic process in which a variable moves in discrete steps, each step chosen randomly.

Discrete Random Walk

The simplest 1D random walk: at each step, the position moves by with equal probability:

Continuous Limit

As the step size and time interval both tend to zero in the appropriate way, the discrete random walk converges to the Wiener process (Brownian motion). Specifically, if the step size is and steps occur at intervals , the process converges to .

This connection motivates the numerical simulation of the Wiener process: each increment is drawn as where (see Euler-Maruyama scheme).

Wiener process | Pseudo-random number generation | Monte Carlo integration | Euler-Maruyama scheme