Chapter 7 - Brownian motion & martingales Flashcards

1
Q

Definition of a Weiner process (Standard Brownian Motion)

A

Wt , t>=0 is a Weiner if:
i) W0 = 0
_
ii) Wt has continuous sample paths
_
iii) For any 0<= s<= t, the increment Wt-Ws is normally distributed, Wt-Ws ~N(0, t-s)
_
iv) Wt has independent increments that is for any sequence of times 0<=t1<=2< …. <tn , we have that increments Wtn- Wtn-1, …, Wt3 - Wt2, Wt2-Wt1 are indpendent random variables [this implies Markovian]
(Alternatively Wt-Ws is independent of Wu for u<s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Brownian motion

A

ii) Wt has continuous sample paths
__
iv) Wt has independent increments that is for any sequence of times 0<=t1<=2< …. <tn , we have that increments Wtn- Wtn-1, …, Wt3 - Wt2, Wt2-Wt1 are indpendent random variables [this implies Markovian]
(Alternatively Wt-Ws is independent of Wu for u<s)
__
~N (μ(t-s), σ^2 (t-s)). [i.e std b.m when μ=0, σ=1, Z0=0]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the relationship between a Brownian Motion & STD Brownian Motion?

A

Zt= Z0 + σWt +μt (diffusion coeff σ and drift μ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Covariance of a Weiner Process

A

Cov(Ws, Wt)
=E[(Ws-E[Ws])(Wt-E[Wt])]
=E(WsWt - E(Ws)Wt - WsE(Wt) + E(Ws)E(Wt))
=E[Ws(Ws+ (Wt-Ws))]… since E[Wt]=E[Ws]=0
_
By independence of increments,
Cov(Ws, Wt) = E[Ws^2] +E[Ws]E[(Wt-Ws)]
=Var[Ws] + 0 = s
__
in general Cov(Xs, Xt) = min{s,t}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Geometric Brownian Motion

A

St= e^Zt where Zt = Z0 + σWt+ μt.
_
Therefore St ~ logN (Z0 +μt, σ^2t)
__
Hence logSt~ N (Z0 +μt, σ^2t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Martingales

A

def: stoc proc whose expected value in the future is = to its current value. (martingale represents a ‘fair game’ where a player is neither expected to win or lose in the future.
__
E[XT/Ft] = Xt for t<T
__
filtration Ft represents everything that can be known up to & including time t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When is a stochastic process Xt called a martingale with respect to filtration?

A
  • E[|Xt|] < ∞ for all t
    -E[Xt|Fs] = Xs for all s<=t
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Supermartingale

A

E[Xt|Fs] <= Xs
(either has a negative or 0 drift)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Submartingale

A

E[Xt|Fs] >= Xs
(either has a positive or 0 drift)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Show that a Weiner process is a martingale with respect to its natural filtration, noting that E[|Wt|] <∞ since Wt < ∞ almost surely

A

E[Wt|Fs^w] = E[Ws + (Wt-Ws) |Fs^w]
=E[Ws|Fs^w] + E[(Wt-Ws) |Fs^w]
Since the increments are independent & Wt-Ws ~N(0, t-s):
E[Wt|Fs^w] = Ws

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is Wt^2 -t a margingale?

A

E[Wt^2 -t|Fs^w] = E[(Ws + (Wt-Ws))^2|Fs^w] - t
= E[Ws^2/Fs^w] +2E[Ws(Wt-Ws)|Fs^w] + E((Wt-Ws)^2\Fs^w] - t
= Ws^2 -s
_________
Yes since E[Wt^2 -t|Fs^w]= Ws^2 -s, this is a martingale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Is exp(λWt -0.5(λ^2)*t) a martingale?

A

E[exp(λWt -0.5(λ^2)t) |Fs^w] = E[exp(λ(Ws + (Wt-Ws))-0.5(λ^2)(s+(t-s))|Fs^w]
= exp(λ
Ws -0.5(λ^2)s)* E[exp(λ(Wt-Ws) -0.5(λ^2)(t-s)|Fs^w]
__
E[exp(λ(Wt-Ws) -0.5(λ^2)(t-s)|Fs^w] = E(exp(Yt)]
=exp(E[Yt] + 0.5Var(Yt))
= exp(-0.5
(λ^2)(t-s) +0.5(λ^2)(t-s) ) = 1 … followed from MGF of a normal distribution
__
Since E[exp(λ
Wt -0.5(λ^2)t) |Fs^w] =exp(λWs -0.5(λ^2)*s), it means this is a martingale.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly