• 沒有找到結果。

Stochastic Processes and Brownian Motion

N/A
N/A
Protected

Academic year: 2022

Share "Stochastic Processes and Brownian Motion"

Copied!
81
0
0

加載中.... (立即查看全文)

全文

(1)

Stochastic Processes and Brownian Motion

(2)

Of all the intellectual hurdles which the human mind has confronted and has overcome in the last fifteen hundred years, the one which seems to me to have been the most amazing in character and the most stupendous in the scope of its consequences is the one relating to the problem of motion.

— Herbert Butterfield (1900–1979)

(3)

Stochastic Processes

• A stochastic process

X = { X(t) } is a time series of random variables.

• X(t) (or Xt) is a random variable for each time t and is usually called the state of the process at time t.

• A realization of X is called a sample path.

(4)

Stochastic Processes (concluded)

• If the times t form a countable set, X is called a discrete-time stochastic process or a time series.

• In this case, subscripts rather than parentheses are usually employed, as in

X = { Xn }.

• If the times form a continuum, X is called a continuous-time stochastic process.

(5)

Random Walks

• The binomial model is a random walk in disguise.

• Consider a particle on the integer line, 0, ±1, ±2, . . . .

• In each time step, it can make one move to the right with probability p or one move to the left with

probability 1 − p.

– This random walk is symmetric when p = 1/2.

• Connection with the BOPM: The particle’s position denotes the number of up moves minus that of down moves up to that time.

(6)

20 40 60 80 Time

-8 -6 -4 -2 2 4

Position

(7)

Random Walk with Drift

Xn = μ + Xn−1 + ξn.

• ξn are independent and identically distributed with zero mean.

• Drift μ is the expected change per period.

• Note that this process is continuous in space.

(8)

Martingales

a

• { X(t), t ≥ 0 } is a martingale if E[ | X(t) | ] < ∞ for t ≥ 0 and

E[ X(t) | X(u), 0 ≤ u ≤ s ] = X(s), s ≤ t. (68)

• In the discrete-time setting, a martingale means

E[ Xn+1 | X1, X2, . . . , Xn ] = Xn. (69)

• Xn can be interpreted as a gambler’s fortune after the nth gamble.

• Identity (69) then says the expected fortune after the (n + 1)th gamble equals the fortune after the nth gamble regardless of what may have occurred before.

aThe origin of the name is somewhat obscure.

(9)

Martingales (concluded)

• A martingale is therefore a notion of fair games.

• Apply the law of iterated conditional expectations to both sides of Eq. (69) on p. 544 to yield

E[ Xn ] = E[ X1 ] (70) for all n.

• Similarly,

E[ X(t) ] = E[ X(0) ] in the continuous-time case.

(10)

Still a Martingale?

• Suppose we replace Eq. (69) on p. 544 with E[ Xn+1 | Xn ] = Xn.

• It also says past history cannot affect the future.

• But is it equivalent to the original definition (69) on p. 544?a

aContributed by Mr. Hsieh, Chicheng (M9007304) on April 13, 2005.

(11)

Still a Martingale? (continued)

• Well, no.a

• Consider this random walk with drift:

Xi =

⎧⎨

Xi−1 + ξi, if i is even, Xi−2, otherwise.

• Above, ξn are random variables with zero mean.

aContributed by Mr. Zhang, Ann-Sheng (B89201033) on April 13, 2005.

(12)

Still a Martingale? (concluded)

• It is not hard to see that

E[ Xi | Xi−1 ] =

⎧⎨

Xi−1, if i is even, Xi−1, otherwise.

– It is a martingale by the “new” definition.

• But

E[ Xi | . . . , Xi−2, Xi−1 ] =

⎧⎨

Xi−1, if i is even, Xi−2, otherwise.

– It is not a martingale by the original definition.

(13)

Example

• Consider the stochastic process



Zn =Δ

n i=1

Xi, n ≥ 1

 ,

where Xi are independent random variables with zero mean.

• This process is a martingale because E[ Zn+1 | Z1, Z2, . . . , Zn ]

= E[ Zn + Xn+1 | Z1, Z2, . . . , Zn ]

= E[ Zn | Z1, Z2, . . . , Zn ] + E[ Xn+1 | Z1, Z2, . . . , Zn ]

(14)

Probability Measure

• A probability measure assigns probabilities to states of the world.a

• A martingale is defined with respect to a probability measure, under which the expectation is taken.

• Second, a martingale is defined with respect to an information set.

– In the characterizations (68)–(69) on p. 544, the

information set contains the current and past values of X by default.

– But it need not be so.

aOnly certain sets such as Borel sets receive probabilities (Feller, 1972).

(15)

Probability Measure (continued)

• A stochastic process { X(t), t ≥ 0 } is a martingale with respect to information sets { It } if, for all t ≥ 0,

E[ | X(t) | ] < ∞ and

E[ X(u) | It ] = X(t) for all u > t.

• The discrete-time version: For all n > 0, E[ Xn+1 | In ] = Xn, given the information sets { In }.

(16)

Probability Measure (concluded)

• The above implies

E[ Xn+m | In ] = Xn for any m > 0 by Eq. (26) on p. 169.

– A typical In is the price information up to time n.

– Then the above identity says the FVs of X will not deviate systematically from today’s value given the price history.

(17)

Example

• Consider the stochastic process { Zn − nμ, n ≥ 1 }.

– Zn =Δ n

i=1 Xi.

– X1, X2, . . . are independent random variables with mean μ.

• Now,

E[ Zn+1 − (n + 1) μ | X1, X2, . . . , Xn ]

= E[ Zn+1 | X1, X2, . . . , Xn ] − (n + 1) μ

= E[ Zn + Xn+1 | X1, X2, . . . , Xn ] − (n + 1) μ

= Zn + μ − (n + 1) μ

− nμ.

(18)

Example (concluded)

• Define

In =Δ { X1, X2, . . . , Xn }.

• Then

{ Zn − nμ, n ≥ 1 } is a martingale with respect to { In }.

(19)

Martingale Pricing

• Stock prices and zero-coupon bond prices are expected to rise, while option prices are expected to fall.

• They are not martingales.

• Why is then martingale useful?

• Recall a martingale is defined with respect to some information set and some probability measure.

• By modifying the probability measure, we can convert a price process into a martingale.

(20)

Martingale Pricing (continued)

• The price of a European option is the expected discounted payoff in a risk-neutral economy.a

• This principle can be generalized using the concept of martingale.

• Recall the recursive valuation of European option via C = [ pCu + (1 − p) Cd ]/R.

– p is the risk-neutral probability.

– $1 grows to $R in a period.

aRecall Eq. (37) on p. 265.

(21)

Martingale Pricing (continued)

• Let C(i) denote the value of the option at time i.

• Consider the discount process C(i)

Ri , i = 0, 1, . . . , n

.

• Then,

E

C(i + 1) Ri+1

S(i)

= E[ C(i + 1) | S(i) ] Ri+1

= pCu + (1 − p) Cd Ri+1

= C(i) .

(22)

Martingale Pricing (continued)

• It is easy to show that E

C(k) Rk

S(i)

= C(i)

Ri , i ≤ k.

• This simplified formulation assumes:a

1. The model is Markovian: The distribution of the

future is determined by the present (time i) and not the past.

2. The payoff depends only on the terminal price of the underlying assetb (Asian options do not qualify).

aContributed by Mr. Wang, Liang-Kai (Ph.D. student, ECE, Univer- sity of Wisconsin-Madison) and Mr. Hsiao, Huan-Wen (B90902081) on May 3, 2006.

bRecall they are called simple claims.

(23)

Martingale Pricing (continued)

• In general, the discount process is a martingale in thata Eiπ

C(k) Rk

= C(i)

Ri , i ≤ k. (71) – Eiπ is taken under the risk-neutral probability

conditional on the price information up to time i.

• This risk-neutral probability is also called the EMM, or the equivalentb martingale (probability) measure.

aIn this general formulation, Asian options do qualify.

bTwo probability measures are said to be equivalent if they assign nonzero probabilities to the same set of states.

(24)

Martingale Pricing (continued)

• Equation (71) holds for all assets, not just options.

• When interest rates are stochastic, the equation becomes C(i)

M (i) = Eiπ

C(k) M (k)

, i ≤ k. (72)

– M(j) is the balance in the money market account at time j using the rollover strategy with an initial

investment of $1.

– It is called the bank account process.

• It says the discount process is a martingale under π.

(25)

Martingale Pricing (continued)

• If interest rates are stochastic, then M(j) is a random variable.

– M(0) = 1.

– M(j) is known at time j − 1.a

• Identity (72) on p. 560 is the general formulation of risk-neutral valuation.

aBecause the interest rate for the next period has been revealed then.

(26)

Martingale Pricing (concluded)

Theorem 16 A discrete-time model is arbitrage-free if and only if there exists an equivalent probability measurea such that the discount process is a martingale.

aCalled the risk-neutral probability measure.

(27)

Futures Price under the BOPM

• Futures prices form a martingale under the risk-neutral probability.

– The expected futures price in the next period isa pfF u + (1 − pf) F d = F

1 − d

u − d u + u − 1 u − d d



= F.

• Can be generalized to

Fi = Eiπ[ Fk ], i ≤ k, where Fi is the futures price at time i.

• This equation holds under stochastic interest rates, too.b

aRecall p. 517.

(28)

Martingale Pricing and Numeraire

a

• The martingale pricing formula (72) on p. 560 uses the money market account as numeraire.

– It expresses the price of any asset relative to the money market account.b

• The money market account is not the only choice for numeraire.

• Suppose asset S’s value is positive at all time.

aJohn Law (1671–1729), “Money to be qualified for exchaning goods and for payments need not be certain in its value.”

bLeon Walras (1834–1910).

(29)

Martingale Pricing and Numeraire (concluded)

• Choose S as numeraire.

• Martingale pricing says there exists a risk-neutral

probability π under which the relative price of any asset C is a martingale:

C(i)

S(i) = Eiπ

C(k) S(k)

, i ≤ k.

– S(j) denotes the price of S at time j.

• So the discount process remains a martingale.a

aThis result is related to Girsanov’s theorem (1960).

(30)

Example

• Take the binomial model with two assets.

• In a period, asset one’s price can go from S to S1 or S2.

• In a period, asset two’s price can go from P to P1 or P2.

• Both assets must move up or down at the same time.

• Assume

S1

P1 < S

P < S2

P2 (73)

to rule out arbitrage opportunities.

(31)

Example (continued)

• For any derivative security, let C1 be its price at time one if asset one’s price moves to S1.

• Let C2 be its price at time one if asset one’s price moves to S2.

• Replicate the derivative by solving

αS1 + βP1 = C1, αS2 + βP2 = C2,

using α units of asset one and β units of asset two.

(32)

Example (continued)

• By inequalities (73) on p. 566, α and β have unique solutions.

• In fact,

α = P2C1 − P1C2

P2S1 − P1S2 and β = S2C1 − S1C2 S2P1 − S1P2 .

• The derivative costs C = αS + βP

= P2S − P S2

P2S1 − P1S2 C1 + P S1 − P1S

P2S1 − P1S2 C2.

(33)

Example (continued)

• It is easy to verify that C

P = p C1

P1 + (1 − p) C2 P2

with

p =Δ (S/P ) − (S2/P2) (S1/P1) − (S2/P2).

• By inequalities (73) on p. 566, 0 < p < 1.

• C’s price using asset two as numeraire (i.e., C/P ) is a martingale under the risk-neutral probability p.

• The expected returns of the two assets are irrelevant.

(34)

Example (concluded)

• In the BOPM, S is the stock and P is the bond.

• Furthermore, p assumes the bond is the numeraire.

• In the binomial option pricing formula (39) on p. 269, S 

b(j; n, pu/R) uses stock as the numeraire.

– Its probability measure pu/R differs from p.

• SN(x) for the call and SN(−x) for the put in the Black-Scholes formulas (p. 299) use stock as the numeraire as well.a

aSee Exercise 13.2.12 of the textbook.

(35)

Brownian Motion

a

• Brownian motion is a stochastic process { X(t), t ≥ 0 } with the following properties.

1. X(0) = 0, unless stated otherwise.

2. for any 0 ≤ t0 < t1 < · · · < tn, the random variables X(tk) − X(tk−1)

for 1 ≤ k ≤ n are independent.b

3. for 0 ≤ s < t, X(t) − X(s) is normally distributed with mean μ(t − s) and variance σ2(t − s), where μ and σ = 0 are real numbers.

aRobert Brown (1773–1858).

(36)

Brownian Motion (concluded)

• The existence and uniqueness of such a process is guaranteed by Wiener’s theorem.a

• This process will be called a (μ, σ) Brownian motion with drift μ and variance σ2.

• Although Brownian motion is a continuous function of t with probability one, it is almost nowhere differentiable.

• The (0, 1) Brownian motion is called the Wiener process.

• If condition 3 is replaced by “ X(t) − X(s) depends only on t − s,” we have the more general Levy process.b

aNorbert Wiener (1894–1964). He received his Ph.D. from Harvard in 1912.

bPaul Levy (1886–1971).

(37)

Example

• If { X(t), t ≥ 0 } is the Wiener process, then X(t) − X(s) ∼ N (0, t − s).

• A (μ, σ) Brownian motion Y = { Y (t), t ≥ 0 } can be expressed in terms of the Wiener process:

Y (t) = μt + σX(t). (74)

• Note that

Y (t + s) − Y (t) ∼ N (μs, σ2s).

(38)

Brownian Motion as Limit of Random Walk

Claim 1 A (μ, σ) Brownian motion is the limiting case of random walk.

• A particle moves Δx to the right with probability p after Δt time.

• It moves Δx to the left with probability 1 − p.

• Define

Xi =Δ

⎧⎨

+1 if the ith move is to the right,

−1 if the ith move is to the left.

– Xi are independent with

Prob[ Xi = 1 ] = p = 1 − Prob[ Xi = −1 ].

(39)

Brownian Motion as Limit of Random Walk (continued)

• Recall

E[ Xi ] = 2p − 1,

Var[ Xi ] = 1 − (2p − 1)2.

• Assume n = t/Δt is an integer.Δ

• Its position at time t is

Y (t) = Δx (XΔ 1 + X2 + · · · + Xn) .

(40)

Brownian Motion as Limit of Random Walk (continued)

• Therefore,

E[ Y (t) ] = n(Δx)(2p − 1), Var[ Y (t) ] = n(Δx)2 

1 − (2p − 1)2  .

• With Δx = σΔ

Δt and p = [ 1 + (μ/σ)Δ

Δt ]/2,a E[ Y (t) ] = nσ√

Δt (μ/σ)√

Δt = μt, Var[ Y (t) ] = nσ2Δt 

1 − (μ/σ)2Δt

→ σ2t, as Δt → 0.

aIdentical to Eq. (42) on p. 292!

(41)

Brownian Motion as Limit of Random Walk (concluded)

• Thus, { Y (t), t ≥ 0 } converges to a (μ, σ) Brownian motion by the central limit theorem.

• Brownian motion with zero drift is the limiting case of symmetric random walk by choosing μ = 0.

• Similarity to the the BOPM: The p is identical to the probability in Eq. (42) on p. 292 and Δx = ln u.

• Note that

Var[ Y (t + Δt) − Y (t) ]

=Var[ Δx Xn+1 ] = (Δx)2 × Var[ Xn+1 ] → σ2Δt.

(42)

Geometric Brownian Motion

• Let X =Δ { X(t), t ≥ 0 } be a Brownian motion process.

• The process

{ Y (t) = eΔ X(t), t ≥ 0 }, is called geometric Brownian motion.

• Suppose further that X is a (μ, σ) Brownian motion.

• By assumption, Y (0) = e0 = 1.

(43)

Geometric Brownian Motion (concluded)

• X(t) ∼ N(μt, σ2t) with moment generating function E



esX(t)



= E [ Y (t)s ] = eμts+(σ2ts2/2) from Eq. (27) on p 171.

• In particular,a

E[ Y (t) ] = eμt+(σ2t/2), Var[ Y (t) ] = E 

Y (t)2 

− E[ Y (t) ]2

= e2μt+σ2t



eσ2t − 1 .

(44)

0.2 0.4 0.6 0.8 1 Time (t) -1

1 2 3 4 5 6 Y(t)

(45)

A Case for Long-Term Investment

a

• Suppose the stock follows the geometric Brownian motion

S(t) = S(0) eN (μt,σ2t) = S(0) etN (μ,σ2/t ), t ≥ 0, where μ > 0.

• The annual rate of return has a normal distribution:

N



μ, σ2 t

 .

• The larger the t, the likelier the return is positive.

• The smaller the t, the likelier the return is negative.

aContributed by Dr. King, Gow-Hsing on April 9, 2015. See

(46)

Continuous-Time Financial Mathematics

(47)

A proof is that which convinces a reasonable man;

a rigorous proof is that which convinces an unreasonable man.

— Mark Kac (1914–1984) The pursuit of mathematics is a divine madness of the human spirit.

— Alfred North Whitehead (1861–1947), Science and the Modern World

(48)

Stochastic Integrals

• Use W =Δ { W (t), t ≥ 0 } to denote the Wiener process.

• The goal is to develop integrals of X from a class of stochastic processes,a

It(X) =Δ

 t

0 X dW, t ≥ 0.

• It(X) is a random variable called the stochastic integral of X with respect to W .

• The stochastic process { It(X), t ≥ 0 } will be denoted by 

X dW .

aKiyoshi Ito (1915–2008).

(49)

Stochastic Integrals (concluded)

• Typical requirements for X in financial applications are:

– Prob[ t

0 X2(s) ds < ∞ ] = 1 for all t ≥ 0 or the stronger  t

0 E[ X2(s) ] ds < ∞.

– The information set at time t includes the history of X and W up to that point in time.

– But it contains nothing about the evolution of X or W after t (nonanticipating, so to speak).

– The future cannot influence the present.

(50)

Ito Integral

• A theory of stochastic integration.

• As with calculus, it starts with step functions.

• A stochastic process { X(t) } is simple if there exist 0 = t0 < t1 < · · ·

such that

X(t) = X(tk−1) for t ∈ [ tk−1, tk), k = 1, 2, . . . for any realization (see figure on next page).a

aIt is right-continuous.

(51)

J J J J! J" J# : J

= B

J

(52)

Ito Integral (continued)

• The Ito integral of a simple process is defined as It(X) =Δ

n−1

k=0

X(tk)[ W (tk+1) − W (tk) ], (75) where tn = t.

– The integrand X is evaluated at tk, not tk+1.

• Define the Ito integral of more general processes as a limiting random variable of the Ito integral of simple stochastic processes.

(53)

Ito Integral (continued)

• Let X = { X(t), t ≥ 0 } be a general stochastic process.

• Then there exists a random variable It(X), unique almost certainly, such that It(Xn) converges in probability to It(X) for each sequence of simple

stochastic processes X1, X2, . . . such that Xn converges in probability to X.

• If X is continuous with probability one, then It(Xn) converges in probability to It(X) as

δn = maxΔ

1≤k≤n(tk − tk−1)

(54)

Ito Integral (concluded)

• It is a fundamental fact that 

X dW is continuous almost surely.

• The following theorem says the Ito integral is a martingale.a

Theorem 17 The Ito integral 

X dW is a martingale.

• A corollary is the mean value formula E

  b

a

X dW



= 0.

aSee Exercise 14.1.1 for simple stochastic processes.

(55)

Discrete Approximation

• Recall Eq. (75) on p. 588.

• The following simple stochastic process { X(t) } can be used in place of X to approximate  t

0 X dW ,

X(s) = X(tΔ k−1) for s ∈ [ tk−1, tk), k = 1, 2, . . . , n.

• Note the nonanticipating feature of X.

– The information up to time s,

{ X(t), W (t), 0 ≤ t ≤ s },

cannot determine the future evolution of X or W .

(56)

Discrete Approximation (concluded)

• Suppose, unlike Eq. (75) on p. 588, we defined the stochastic integral from

n−1

k=0

X(tk+1)[ W (tk+1) − W (tk) ].

• Then we would be using the following different simple stochastic process in the approximation,

Y (s) = X(tΔ k) for s ∈ [ tk−1, tk), k = 1, 2, . . . , n.

• This clearly anticipates the future evolution of X.a

aSee Exercise 14.1.2 of the textbook for an example where it matters.

(57)

:

J

:

J

;

= >

:

(58)

Ito Process

• The stochastic process X = { Xt, t ≥ 0 } that solves Xt = X0 +

 t

0 a(Xs, s) ds +

 t

0 b(Xs, s) dWs, t ≥ 0 is called an Ito process.

– X0 is a scalar starting point.

– { a(Xt, t) : t ≥ 0 } and { b(Xt, t) : t ≥ 0 } are stochastic processes satisfying certain regularity conditions.

– a(Xt, t): the drift.

– b(Xt, t): the diffusion.

(59)

Ito Process (continued)

• Typical regularity conditions are:a

– For all T > 0, x ∈ Rn, and 0 ≤ t ≤ T ,

| a(x, t) | + | b(x, t) | ≤ C(1 + | x |) for some constant C.b

– (Lipschitz continuity) For all T > 0, x ∈ Rn, and 0 ≤ t ≤ T ,

| a(x, t) − a(y, t) | + | b(x, t) − b(y, t) | ≤ D | x − y | for some constant D.

aØksendal (2007).

bThis condition is not needed in time-homogeneous cases, where a

(60)

Ito Process (continued)

• A shorthanda is the following stochastic differential equationb (SDE) for the Ito differential dXt,

dXt = a(Xt, t) dt + b(Xt, t) dWt. (76) – Or simply

dXt = at dt + bt dWt.

– This is Brownian motion with an instantaneous drift at and an instantaneous variance b2t.

• X is a martingale if at = 0.c

aPaul Langevin (1872–1946) in 1904.

bLike any equation, an SDE contains an unknown, the process Xt.

cRecall Theorem 17 (p. 590).

(61)

Ito Process (concluded)

• From calculus, we would expect  t

0 W dW = W (t)2/2.

• But W (t)2/2 is not a martingale, hence wrong!

• The correct answer is [ W (t)2 − t ]/2.

• A popular representation of Eq. (76) is dXt = at dt + bt

dt ξ, (77)

where ξ ∼ N (0, 1).

(62)

Euler Approximation

• Define tn = nΔt.Δ

• The following approximation follows from Eq. (77),

X(t n+1)

= X(tn) +a( X(tn), tn) Δt + b( X(tn), tn) ΔW (tn). (78)

• It is called the Euler or Euler-Maruyama method.

• Recall that ΔW (tn) should be interpreted as W (tn+1) − W (tn),

not W (tn) − W (tn−1)!a

aRecall Eq. (75) on p. 588.

(63)

Euler Approximation (concluded)

• With the Euler method, one can obtain a sample path X(t 1), X(t2), X(t3), . . .

from a sample path

W (t0), W (t1), W (t2), . . . .

• Under mild conditions, X(tn) converges to X(tn).

(64)

More Discrete Approximations

• Under fairly loose regularity conditions, Eq. (78) on p. 598 can be replaced by

X(t n+1)

= X(tn) + a( X(tn), tn) Δt + b( X(tn), tn)

Δt Y (tn).

– Y (t0), Y (t1), . . . are independent and identically distributed with zero mean and unit variance.

(65)

More Discrete Approximations (concluded)

• An even simpler discrete approximation scheme:

X(t n+1)

= X(tn) + a( X(tn), tn) Δt + b( X(tn), tn)

Δt ξ.

– Prob[ ξ = 1 ] = Prob[ ξ = −1 ] = 1/2.

– Note that E[ ξ ] = 0 and Var[ ξ ] = 1.

• This is a binomial model.

• As Δt goes to zero, X converges to X.a

aHe (1990).

(66)

Trading and the Ito Integral

• Consider an Ito process

dSt = μt dt + σt dWt.

– St is the vector of security prices at time t.

• Let φt be a trading strategy denoting the quantity of each type of security held at time t.

– Hence the stochastic process φtSt is the value of the portfolio φt at time t.

• φt dSt =Δ φtt dt + σt dWt) represents the change in the value from security price changes occurring at time t.

(67)

Trading and the Ito Integral (concluded)

• The equivalent Ito integral, GT(φ) =Δ

 T

0 φt dSt =

 T

0 φtμt dt +

 T

0 φtσt dWt, measures the gains realized by the trading strategy over the period [ 0, T ].

(68)

Ito’s Lemma

a

A smooth function of an Ito process is itself an Ito process.

Theorem 18 Suppose f : R → R is twice continuously differentiable and dX = at dt + bt dW . Then f (X) is the Ito process,

f (Xt)

= f (X0) +

 t

0 f(Xs) as ds +

 t

0 f(Xs) bs dW +1

2

 t

0 f(Xs) b2s ds for t ≥ 0.

aIto (1944).

(69)

Ito’s Lemma (continued)

• In differential form, Ito’s lemma becomes df (X)

= f(X) a dt + f(X) b dW + 1

2 f(X) b2 dt (79)

=

f(X) a + 1

2 f(X) b2

dt + f(X) b dW.

• Compared with calculus, the interesting part is the third term on the right-hand side of Eq. (79).

• A convenient formulation of Ito’s lemma is df (X) = f(X) dX + 1

f(X)(dX)2. (80)

(70)

Ito’s Lemma (continued)

• We are supposed to multiply out

(dX)2 = (a dt + b dW )2 symbolically according to

× dW dt

dW dt 0

dt 0 0

– The (dW )2 = dt entry is justified by a known result.

• Hence (dX)2 = (a dt + b dW )2 = b2 dt in Eq. (80).

• This form is easy to remember because of its similarity to the Taylor expansion.

(71)

Ito’s Lemma (continued)

Theorem 19 (Higher-Dimensional Ito’s Lemma) Let W1, W2, . . . , Wn be independent Wiener processes and

X = (XΔ 1, X2, . . . , Xm) be a vector process. Suppose

f : Rm → R is twice continuously differentiable and Xi is an Ito process with dXi = ai dt + n

j=1 bij dWj. Then df (X) is an Ito process with the differential,

df (X) =

m i=1

fi(X) dXi + 1 2

m i=1

m k=1

fik(X) dXi dXk,

where fi = ∂f /∂XΔ i and fik = ∂Δ 2f /∂Xi∂Xk.

(72)

Ito’s Lemma (continued)

• The multiplication table for Theorem 19 is

× dWi dt

dWk δik dt 0

dt 0 0

in which

δik =

⎧⎨

1, if i = k, 0, otherwise.

(73)

Ito’s Lemma (continued)

• In applying the higher-dimensional Ito’s lemma, usually one of the variables, say X1, is time t and dX1 = dt.

• In this case, b1j = 0 for all j and a1 = 1.

• As an example, let

dXt = at dt + bt dWt.

• Consider the process f(Xt, t).

(74)

Ito’s Lemma (continued)

• Then df

= ∂f

∂Xt dXt + ∂f

∂t dt + 1 2

2f

∂Xt2 (dXt)2

= ∂f

∂Xt (at dt + bt dWt) + ∂f

∂t dt +1

2

2f

∂Xt2 (at dt + bt dWt)2

=

 ∂f

∂Xt at + ∂f

∂t + 1 2

2f

∂Xt2 b2t



dt + ∂f

∂Xt bt dWt. (81)

(75)

Ito’s Lemma (continued)

Theorem 20 (Alternative Ito’s Lemma) Let W1, W2, . . . , Wm be Wiener processes and

X = (XΔ 1, X2, . . . , Xm) be a vector process. Suppose

f : Rm → R is twice continuously differentiable and Xi is an Ito process with dXi = ai dt + bi dWi. Then df (X) is the following Ito process,

df (X) =

m i=1

fi(X) dXi + 1 2

m i=1

m k=1

fik(X) dXi dXk.

(76)

Ito’s Lemma (concluded)

• The multiplication table for Theorem 20 is

× dWi dt

dWk ρik dt 0

dt 0 0

• Above, ρik denotes the correlation between dWi and dWk.

(77)

Geometric Brownian Motion

• Consider geometric Brownian motion Y (t) = eΔ X(t). – X(t) is a (μ, σ) Brownian motion.

– By Eq. (74) on p. 573,

dX = μ dt + σ dW.

• Note that

∂Y

∂X = Y,

2Y

= Y.

(78)

Geometric Brownian Motion (continued)

• Ito’s formula (79) on p. 605 implies dY = Y dX + (1/2) Y (dX)2

= Y (μ dt + σ dW ) + (1/2) Y (μ dt + σ dW )2

= Y (μ dt + σ dW ) + (1/2) Y σ2 dt.

• Hence

dY

Y = 

μ + σ2/2

dt + σ dW. (82)

• The annualized instantaneous rate of return is μ + σ2/2 (not μ).a

aConsistent with Lemma 9 (p. 297).

(79)

Geometric Brownian Motion (continued)

• Alternatively, from Eq. (74) on p. 573, Xt = X0 + μt + σ Wt, an explicit (strong) solution.

• Hence

Yt = Y0 eμt+σ Wt,

a strong solution to the SDE (82) where Y0 = eX0.

(80)

Geometric Brownian Motion (concluded)

• On the other hand, suppose dY

Y = μ dt + σ dW.

• Then X(t) = ln Y (t) followsΔ dX = 

μ − σ2/2

dt + σ dW.

(81)

Exponential Martingale

• The Ito process

dXt = btXt dWt is a martingale.a

• It is called an exponential martingale.

• By Ito’s formula (79) on p. 605, X(t) = X(0) exp

1 2

 t

0 b2s ds +

 t

0 bs dWs

.

aRecall Theorem 17 (p. 590).

參考文獻

相關文件

• A put gives its holder the right to sell a number of the underlying asset for the strike price.. • How to

 If I buy a call option from you, I am paying you a certain amount of money in return for the right to force you to sell me a share of the stock, if I want it, at the strike price,

4 The relationship between the weak Brownian motion of order k, the kth Wiener chaos, kth time-space Wiener chaos, and the.. generalization of the

Understanding and inferring information, ideas, feelings and opinions in a range of texts with some degree of complexity, using and integrating a small range of reading

Writing texts to convey information, ideas, personal experiences and opinions on familiar topics with elaboration. Writing texts to convey information, ideas, personal

Writing texts to convey simple information, ideas, personal experiences and opinions on familiar topics with some elaboration. Writing texts to convey information, ideas,

Microphone and 600 ohm line conduits shall be mechanically and electrically connected to receptacle boxes and electrically grounded to the audio system ground point.. Lines in

The one we saw earlier (p. 305) models the stock price minus the present value of the anticipated dividends as following geometric Brownian motion.. One can also model the stock