What is Brownian Motion?

Brownian Motion is a stochastic process with stationary independent, normally distributed increments and continuous sample pathways. This is the most commonly used stochastic building component for random walks in finance.

Brownian Motion

A Short Example

Brownian motion can be observed in several environments, including pollen in water, smoke in a room, and pollution in rivers. This model also applies to stock prices.

A Deep Dive into Brownian Motion

Brownian motion (BM) was called after the Scottish botanist who first documented the random movement of pollen grains suspended in water. Bachelier and Einstein formalised the mathematics behind this approach in the context of option pricing. BM involves heat conduction and diffusion.

BM is a continuous, stationary stochastic process with normally distributed increments. If W_t is the BM at time t, then for every t, \tau \geq 0, W_{t+\tau} − W_t is independent of {W_u: 0 < u \leq t} and has a normal distribution with zero mean and variance (\tau).

The important properties of BM are as follows.

  • Finiteness: Scaling the variance with each time step is important for BM to remain finite.
  • Continuity: The pathways are continuous, with no discontinuities. However, the path is fractal and cannot be differentiated anywhere.
  • Markov: The conditional distribution of W_t given information up until \tau < t depends only on W_{\tau} .
  • Martingale: Given knowledge up to \tau < t, the conditional expectation of Wt is W_{\tau}.
  • Quadratic Variation: if we divide up the time 0 to t in a partition with n + 1 partition points t_i = it / n then,
\sum _{j = 1}^{N}\left ( W_{t_j} - W_{t_{j - 1}} \right )^{2} \rightarrow t
  • Normality: Over finite time increments t_{i−1} to t_i ,W_{t_i} - W_{t_{i-1}} is normally distributed with mean zero and variance t_i - t_{i−1} .

Pro’s of Brownian Motion

BM is a basic yet powerful tool for modelling random processes, particularly in finance. Its simplicity enables calculations and analysis that are not achievable with other procedures. For example, in option pricing, simple closed-form equations are used to calculate the prices of vanilla options. BM can be used to create random walks with unique properties.
Mean-reverting random walks are commonly used to model interest rates. Higher-dimensional variants of BM can depict multi-factor random walks, such as stock prices with stochastic volatility.

Con’s of Brownian Motion

BM produces unnaturally shallow tail distributions, which is one of its drawbacks. Asset returns typically have broader tails than the normal distribution of BM. Evidence suggests that the distribution of returns may have an infinite second instant. BM motion is the most commonly used model to depict random walks in finance, despite other theories incorporating fat tails.

Related Readings

Leave a Reply

Your email address will not be published. Required fields are marked *