Random Walk
Motivation: why this matters in quant finance
The shortest route from a binomial tree to Black-Scholes is a random walk. A stock that moves up or down each period, a hedging error accumulated over rebalancing dates, and a cumulative P&L stream are all partial sums of random shocks. Before continuous-time notation writes or , the discrete object is
The informal idea
A random walk is cumulative surprise. At each date a new shock arrives, and the process records the running total. The simplest case is a fair coin game: heads adds , tails adds . After ten flips, the position is not the last flip; it is the sum of all ten shocks.
That running-sum structure makes random walks the discrete prototype for price changes and trading gains. If is the th log-return shock, then is the cumulative log-return. If is the number of shares held before the th price change, then is the discrete trading gain. Lawler uses this predictable-betting viewpoint as the discrete ancestor of stochastic integration.
The core intuition is the square-root law. Independent shocks do not add their typical sizes linearly. Their variances add. After fair unit shocks, the variance is and the typical displacement is order , not order . That is the statistical reason a many-step random walk can converge to a continuous process after space is scaled by .
Formal definitions
Let be independent identically distributed random variables and define the natural filtration
More generally, a biased nearest-neighbour walk has
Then
For stock prices, the additive walk usually belongs to log-prices rather than prices. If are log-return increments, then
so the price itself evolves multiplicatively:
Key properties
Moments separate drift from noise
If the increments have mean and variance , then
Independent increments make the walk Markovian
For ,
A centred random walk is a martingale
If , then
Predictable betting produces a discrete stochastic integral
A sequence is predictable if is -measurable. It is chosen before the th shock arrives. The discrete gain process is
Lawler stresses three properties that survive into continuous stochastic integration: is a martingale when the walk is centred, the integral is linear in , and its variance is controlled by the accumulated terms.
The Brownian scaling is forced by variance
If one unit of continuous time contains random-walk steps, then . To keep terminal variance of order one, the space step must satisfy
so
This is the discrete origin of the stochastic-calculus rule of thumb that Brownian increments have size .
Worked examples
Example 1: a biased one-year P&L walk
Suppose a daily P&L model has increments with for a gain and for a loss. Then
Over trading days,
while
The expected gain is positive, but it is smaller than one standard deviation. This is the arithmetic behind the practical difficulty of detecting small return premia from noisy price histories.
Example 2: why log-prices, not prices, carry the additive walk
Let a stock multiply each period by or , with and . Then
Taking logs gives
Example 3: Brownian scaling from a coin walk
Let with equal probability and define
At ,
At time ,
Common confusions and pitfalls
"A fair walk is safe because it has zero expectation." Zero expectation means fair, not low risk. The variance still grows linearly with the number of steps.
"Drift dominates noise over any useful horizon." Drift grows like , but noise grows like . If is small relative to , the sample size needed to see the drift can be enormous.
"The square-root-of-time rule is a market convention." It is the random-walk variance formula in disguise. It applies when increments are independent with stable variance; it can fail under volatility clustering, jumps, or serial dependence.
"An additive random walk is a good stock-price model if the step is small." Even small additive steps can eventually make prices negative. For equities, the additive walk usually belongs to log-prices.
"The random walk becomes Brownian motion path by path." The convergence is distributional. A fixed discrete path does not literally become a Brownian path; the law of the rescaled process approaches the Brownian law.
Where this goes next
- Brownian Motion: Defines the continuous Gaussian process obtained from the random-walk scaling limit.
- Geometric Brownian Motion: Applies the additive walk to log-prices and keeps prices positive.
- Martingales: Generalises the fair-game property of the centred walk.
- Binomial Tree Model: Uses a multiplicative random walk for option pricing by backward induction.
- Poisson Processes: Shows the other major scaling limit when rare jumps, not small finite-variance shocks, dominate.
- Itô's Lemma: Uses the Brownian scaling that is already visible in the random-walk limit.
References
- Lawler, G. F. (2023). Stochastic Calculus: An Introduction with Applications. Ch. 1 §1.6 (Integrals with respect to random walk), Ch. 2 §2.1 (Limits of sums of independent variables), §2.3 (Limits of random walks).