A Brownian motion, also called a Wiener process, is a continuous-time stochastic process , . It is named in honor of botanist Robert Brown who noted the seemingly random movements of particles suspended in fluid.
A Brownian motion is typically characterized in terms of its increments. Given two distinct points in time and with , the increment is the change in the process between and , given by .
A Brownian motion has the following three properties:
The initial condition is known: a.s.
The increments are independent. That is, if , then
For and with ,
where denotes the Normal distribution.
Note that characterizing the process in terms of increments is especially useful for empirical studies as the process can only feasibly be observed at a finite number of points in time and the observed intervals follow a well-known distribution.
A geometric Brownian motion with drift and volatility satisfies
where is a Wiener process. is the percentage drift, the expected percentage change in per unit of time. is the percentage volatility, the expected standard deviation over one unit of time.
A Brownian motion is a continuous phenomenon that we can only sample at a finite number of points. We can then interpolate linearly between these sampled values to create a plot. One can achieve closer approximations by choosing successively smaller sampling intervals.
To simulate a standard Brownian motion on with intervals of length , draw a sequence of independent Normally distributed random variables with mean and variance . Then the value of the Brownian motion at time for is the sum of the first draws.