Serving the Quantitative Finance Community

 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 1st, 2005, 4:48 pm

how do I integrate W(t)dt , where W(t) is standard Brownian motions?
Last edited by Oliver38 on February 28th, 2005, 11:00 pm, edited 1 time in total.
 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 1st, 2005, 9:55 pm

this isnt too hard is it?
 
User avatar
hanzotutu
Posts: 0
Joined: December 25th, 2004, 8:42 am

STOCHASTIC INTEGRATION QUESTION

March 2nd, 2005, 9:21 am

W*dt = d(W*t) - t*dW, then integrate it.
 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 2nd, 2005, 10:11 am

How did you get there?and how do I integrate that?
 
User avatar
hazerider
Posts: 0
Joined: July 24th, 2003, 3:45 pm

STOCHASTIC INTEGRATION QUESTION

March 2nd, 2005, 5:41 pm

Integration by parts.
 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 2nd, 2005, 7:07 pm

sorry I dont understand, could you show me all the steps?
 
User avatar
nyamazani
Posts: 0
Joined: February 22nd, 2005, 5:07 pm

STOCHASTIC INTEGRATION QUESTION

March 3rd, 2005, 9:05 am

Start by considering W(t)tThe SDE for this isd(W(t) t) = tdW(t) + W(t)dt + <t,W(t)> - from ito = tdW(t) + W(t)dt (Since dtdW(t) = 0)now integrate to get W(t)t = \int tdW(t) + \int W(t)dt so \int tdW(t) = W(t)t - \int W(t)dtwhich is normally distributed with mean 0 and Var = t^2(I think... this might well be rubbish)
 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 3rd, 2005, 9:54 am

thanks I understand your steps but still dont see how I come up with a final answer in terms of t, and W(t), anyone else?
 
User avatar
amleto
Posts: 0
Joined: November 10th, 2004, 3:08 pm

STOCHASTIC INTEGRATION QUESTION

March 3rd, 2005, 3:26 pm

Hi,it is a random variable, with expectation value 0.To work out what the variance is, you need to put limits to the integration.(Basically you can swap the expectation operator E with the integral sign)amleto
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

STOCHASTIC INTEGRATION QUESTION

March 3rd, 2005, 4:07 pm

QuoteOriginally posted by: Oliver38how do I integrate W(t)dt , where W(t) is standard Brownian motions?Suppose the integral is from 0 to T.Then, if my arithmetic is right, you can say that the resulting r.v. hasthe same distribution as T W(T)/Sqrt[3], which has the same distribution asT^(3/2) W(1)/Sqrt[3]. This will at least get you all the moments easily. Otherwise,I believe it's a primitive form.regards,
 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 3rd, 2005, 5:17 pm

Thanks Alan,Can I ask you how you got this?"Then, if my arithmetic is right, you can say that the resulting r.v. hasthe same distribution as T W(T)/Sqrt[3]"Thanks
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

STOCHASTIC INTEGRATION QUESTION

March 3rd, 2005, 7:14 pm

Well, it is pretty long-winded and done quickly, so maybethere is a mistake, but here it is.Since W(0) = 0, let me introduce anotherBrownian motion process B(t), where B(t) is also a standardBM but it starts at B(0) = x. Then, I consideredthe moment generating function f(x,t) = E [ e^(-c int_{0,t} B(s) ds ) ].I knew this satisfied (by Feynman-Kac), the PDE problemf_t = 1/2 f_xx - c x f for f(x,t) with f(x,0)=1. I guessed a PDE solnf(x,t) = e^(a(t) + b(t) x) and found f(x,t) = e^((1/6) c^2 t^3 - c x t).Then, the m.g.f. for your problem, where B(0) = 0, is f(0,t) = e^((1/6) c^2 t^3).I recognized the latter as the m.g.f. or the Laplace transform w.r.t. c ofthe distribution of t W(t)/Sqrt[3] or the distribution of t^(3/2) W(1)/Sqrt[3].regards,
Last edited by Alan on March 2nd, 2005, 11:00 pm, edited 1 time in total.
 
User avatar
BBertie
Posts: 0
Joined: February 2nd, 2004, 9:53 am

STOCHASTIC INTEGRATION QUESTION

March 6th, 2005, 2:37 pm

Hey Guys interesting thread, does anyone have any good online resources about integrals involving Brownian motion??? Would be a big help... Cheers
 
User avatar
Anchorite
Posts: 0
Joined: May 21st, 2004, 6:40 am

STOCHASTIC INTEGRATION QUESTION

March 8th, 2005, 9:05 am

Let try, by Itod(W(t))^3=3*(W(t))^2*dW(t)+1/2*3*2*W(t)*(dW(t))^2=3*(W(t))^2*dW(t)+3*W(t)*dt1/3*d(W(t))^3-(W(t))^2*dW(t)=W(t)*dtthen integrate?when you integrate, the second term on left hand side is an Ito integral...
 
User avatar
Oliver38
Topic Author
Posts: 0
Joined: December 28th, 2004, 3:11 pm

STOCHASTIC INTEGRATION QUESTION

March 8th, 2005, 4:08 pm

thanks anchorite, that makes sense. how do I compute the ito integral? lets assume we are integrating of 0 and t for simplicity.ThanksOliver