Deprecated: Function create_function() is deprecated in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 456

Deprecated: Function create_function() is deprecated in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 456

Deprecated: Function create_function() is deprecated in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 456

Deprecated: Function create_function() is deprecated in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 456

Deprecated: Function create_function() is deprecated in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 456

Warning: Cannot modify header information - headers already sent by (output started at /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php:456) in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 1219
James’s Page | Actuary / Brownian
Deprecated: Function create_function() is deprecated in /home/jtung/jamestung.com/pmwiki-2.2.71/pmwiki.php on line 456

From James’s Page

Actuary: Brownian

Brownian Motion

A stochastic process is collection of random variables indexed by time {$t$}, or a function from the reals to a set of random variables. A Brownian motion is a stochastic process that is a random walk occurring in continuous time, with continuous movement. More precise definition:

Let {$ Z(t) $} be the value of a Brownian motion at time {$ t $}. It has the following properties:

{$ Z(s) $} is normally distributed with mean 0 and variance {$s$}.

Properties:

Let{$ dt $} be a short change in time. Then {$$ dZ(t) = Z(t+dt)-Z(t) = Y(t)\sqrt{dt},$$} where {$ Y(t) $} is the binomial distribution taking values {$\pm 1$} with probability 0.5.
{$$\lim_{n\rightarrow \infty} \sum_{i=1}^n (Z(iT/n)-Z((i-1)T/n))^2 = T. $$}

The quadratic variation of a Brownian motion is deterministic. This implies higher-ordered variations are zero.

{$$\lim_{n\rightarrow \infty} \sum_{i=1}^n |Z(iT/n)-Z((i-1)T/n)| = \infty. $$}

Arithmetic Brownian Motion

{$X(t)$} is modified from {$Z(t)$} by introducing two parameters, {$ \alpha $} and {$ \sigma $}.

The term {$\alpha dt$} is called the drift in the process; it's the deterministic part of the equation and deals with the long term behavior of the process. The term {$\sigma dZ(t)$} is the random noise part, which deals with the short term behavior.

{$$ X(t)= \alpha t + \sigma Z(t).$$}

Geometric Brownian Motion

{$$ dX(t) = X(t+dt)-X(t) = \alpha X(t) dt + \sigma X(t) dZ(t),$$} or {$$ dX(t)/X(t) = d \ln X(t) = \alpha dt + \sigma dZ(t).$$}

{$$X(t)= X(0)e^{(\alpha - 0.5 \sigma^2)t+\sigma\sqrt{t}Z(t)}, $$} using Ito's lemma below.

{$$E(X(t)) = X(0)e^{\alpha t},$$} which means {$ \alpha $} is the expected continuously compounded return on {$X$}.

Ito Processes

These are processes following {$$ dX(t) = \alpha(X) dt + \sigma(X) dZ(t),$$} where {$ \alpha $} and {$ \sigma $} are functions of {$X$}. All processes above are examples.

Multiplication Rules

Basically approximations using 1st power of {$dt$}. {$$ dt dZ = 0; $$} {$$ (dt)^2 =0; $$} {$$ (dZ)^2 = dt $$}

Ito's Lemma

Let {$C(a, b)$} be a {$C^{2,1}$} function, and let {$S(t)$} be an Ito process. Then {$$d C(S, t) = C_a(S,t) dS + \frac{1}{2} C_{aa}(S, t) (dS)^2 + C_b(S,t) dt. $$} Use multiplication rules to simplify the result.

Useful Computation

Retrieved from http://www.jamestung.com/Actuary/Brownian
Page last modified on October 09, 2007, at 10:40 PM