Skip to content

Wiener Process

Published: at 12:00 AMWritten by __

A Wiener Process is defined as:

A stochastic process indexed by nonnegative real numbers t with the following properties:

  1. W0=0W_0 = 0 that is to say the starting value is 0
  2. the function t -> WtW_t is continuous in t.
  3. the process {Wt}t0\{W_t\}_{t\ge0} has stationary independent increments
  4. any delta increment given by Wt+sWs{W_{t+s} - W_{s}} has the Normal distribution (0,t)

Independent increments given by 0s1<t1s2<t2... 0 \le s*1 < t_1 \le s_2 < t_2 ... produces the increment random variables Wt1Ws1,Wt2Ws2W*{t*1} - W*{s*1}, W*{t*2} - W*{s_2} are jointly independent. That is the increments are not related to either other. How likely is this assumption to be true?

We describe it as stationary increments because for any given increment Wt+sWsW_{t+s} - W_s, the distribution of the increment will be the same distribution of WtW_t. An intitution for this is that the increments are centered at 0 and with some variance. The sum of these increments over a non-overlapping time interval will be independent. By basic variance rules, the variance of the total increment will be sum of the individual increments. Note that the constant of proportional is 1 between the increment variances and time allowing for this.

A Wiener process is an example of a L´evy process: a staochastic process with staionary, independent increments. The Wiener process is the intersection of the Gaussian process with L´evy process.

Derivation of Brownian Motion

Brownian motion can be thought of as the limit of rescaled simple random walks.

A discrete random walk is then formulated as Sk=j=1kXjS_k = \sum_{j=1}^{k} X_j where Xj={1,1}{X_j = \{-1,1\}} and both events are equally likely.

Since XjX_j is symmetric, the mean is 0. The variance because all XjX_j is independent is therefore the sum of all XjX_j.

Var(Sk)=j=1kVar(Xj)=nVar(X1)=nVar(S_k) = \sum_{j=1}^{k} Var(X_j) = n*Var(X_1) = n

Previous Post
How Do I Develop My Portfolio Website & Blog