Serving the Quantitative Finance Community

 
User avatar
FedorE
Topic Author
Posts: 0
Joined: November 7th, 2005, 9:08 am

Brownian Motion?

August 29th, 2006, 8:37 am

Is the following process Xt a BM?X0=0, Xt= Bt + Z, where Z is independent of Ft for any t>0, and Z is a standard normal.
 
User avatar
mj
Posts: 12
Joined: December 20th, 2001, 12:32 pm

Brownian Motion?

August 29th, 2006, 9:22 am

no
 
User avatar
FedorE
Topic Author
Posts: 0
Joined: November 7th, 2005, 9:08 am

Brownian Motion?

August 29th, 2006, 9:39 am

It's stationary + independent increments. So, why not?
 
User avatar
Jungix
Posts: 0
Joined: August 11th, 2006, 2:03 pm

Brownian Motion?

August 29th, 2006, 12:11 pm

It is not a martingale.E(Xt) <> X0 if Bt<>0
Last edited by Jungix on August 28th, 2006, 10:00 pm, edited 1 time in total.
 
User avatar
FedorE
Topic Author
Posts: 0
Joined: November 7th, 2005, 9:08 am

Brownian Motion?

August 29th, 2006, 12:17 pm

It is a Brownian Motion. It's not a standard BM though.
 
User avatar
Jungix
Posts: 0
Joined: August 11th, 2006, 2:03 pm

Brownian Motion?

August 29th, 2006, 4:06 pm

What is your definition of a BM?
 
User avatar
freyzi
Posts: 1
Joined: September 4th, 2003, 3:11 pm

Brownian Motion?

August 29th, 2006, 4:56 pm

its (a.s.) not continuous at zero: it jumps by Z.the increments are not stationary: B(h)-B(0) and B(t+h)-B(t) do not have the same distribution, t>0 & h>0.but it is a MG.
 
User avatar
Jungix
Posts: 0
Joined: August 11th, 2006, 2:03 pm

Brownian Motion?

August 29th, 2006, 5:02 pm

What is a MG?In your formula is Z constant or dependant of t?
 
User avatar
Aaron
Posts: 4
Joined: July 23rd, 2001, 3:46 pm

Brownian Motion?

August 29th, 2006, 5:25 pm

It is Brownian motion with a jump discontinuity at zero. We can get the same process by defining Yt as Brownian motion with Ya = 0, where a is the opposite of the square of the standard deviation of Z divided by volatility of B. Then Xt = Yt for t > 0 and Xt = Ya for t = 0.
 
User avatar
mj
Posts: 12
Joined: December 20th, 2001, 12:32 pm

Brownian Motion?

August 29th, 2006, 9:04 pm

Brownian motion has continuous paths so it can't be a Brownian motionalso var(B_t) = t which is not true either
 
User avatar
waynelee
Posts: 0
Joined: June 16th, 2006, 2:40 am

Brownian Motion?

August 30th, 2006, 5:09 am

helloIn foreign exchange market. I use Brownian motion to simulate the price in the future(for example 1 month later).dS =(r- rf)*S*dt +sigma*S*dzI put the spot price for EURUSD as S right now,and the rate difference between USD and EUR,what does the result mean???I s it the one month forward price for EURUSD??Or it is the spot price 1 month later??Could anybody help me??THANKS
 
User avatar
FedorE
Topic Author
Posts: 0
Joined: November 7th, 2005, 9:08 am

Brownian Motion?

August 30th, 2006, 8:31 am

QuoteOriginally posted by: mjBrownian motion has continuous paths so it can't be a Brownian motionalso var(B_t) = t which is not true eitherNo. Var(Bt)=t for a standard BM. As for a definition of BM, you can define it as a continuous path stochastic process with independent + stationary increments. then normality will follow from CLT. Then standard BM is the one with Var(Xt)=t.JungixIn my example Z is a standard normal, where Z is independent of a standard BM Bt.But it is true, it does have discontinuity at zero.
Last edited by FedorE on August 29th, 2006, 10:00 pm, edited 1 time in total.
 
User avatar
Aaron
Posts: 4
Joined: July 23rd, 2001, 3:46 pm

Brownian Motion?

August 30th, 2006, 6:01 pm

QuoteOriginally posted by: wayneleeIn foreign exchange market. I use Brownian motion to simulate the price in the future(for example 1 month later).dS =(r- rf)*S*dt +sigma*S*dzI put the spot price for EURUSD as S right now,and the rate difference between USD and EUR,what does the result mean? Is it the one month forward price for EURUSD? Or it is the spot price 1 month later?You are in a not uncommon predictament, you did something to get a number, now you wonder what number you have. It's often easier to work the other way around, figure out what you want to know, then compute the number.Clearly you don't have the forward price in general. For one thing, you have a lot of prices, there is only one forward price. If you set sigma to zero and get things measured and defined properly, you will have the forward exchange rate.You also don't have the spot price one month later, unless you're in the Twilight Zone. If your sigma is good, you have a simple estimate of the probability distribution of the spot price one month from now. However, there are more sophisticated interest rate models that will do a better job of this, whether you are concerned with pricing derivatives or making predictions.
 
User avatar
FedorE
Topic Author
Posts: 0
Joined: November 7th, 2005, 9:08 am

Brownian Motion?

August 30th, 2006, 8:51 pm

By the way, I have the following as an exercise but not sure if I've got a correct answer. For the standard Brownian motion Bt, what is the average time it spends in the interval [0, delta], where delta > 0. ??Now, my calculations are direct and rather long. I am pretty sure there should be some smart way of doing this.
Last edited by FedorE on August 29th, 2006, 10:00 pm, edited 1 time in total.