Serving the Quantitative Finance Community

Search found 48 matches

by Dimathematician
October 18th, 2007, 7:01 am
Forum: Student Forum
Topic: Basic Wiener process question
Replies: 11
Views: 152600

Basic Wiener process question

<r>n-Factor? Uuuuuuuuuuuuuuuuh, I'm currently looking into this, not as easy as one might think. If you're doingstochastic FDM for n-factor, you're running into the problem of simulating integrals like I_(1,2), so an Ito integralwith respect to two (or n) correlated Brownian motions . There are meth...
by Dimathematician
October 16th, 2007, 11:14 am
Forum: Student Forum
Topic: Basic Wiener process question
Replies: 11
Views: 152600

Basic Wiener process question

Regarding the first question: Shreve's book on Brownian Motion has the answer, Oeksendahl isn't as comprehensive as the first one in my opinion. Cuch, what isO in W(s)-W(t)? Still looking at Karhunen Loeve Did you ever have a look atthe Fourier expansion?
by Dimathematician
September 5th, 2007, 10:38 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

<t>My experiments show the following:Its hard to decide, which scheme is better. If you simulate a Call with 2 schemes and say 100.000 simulations, and euler would show a better result (closer to true price), would it be ok to say euler is better? Changing the seed might show different results. I me...
by Dimathematician
September 5th, 2007, 10:27 am
Forum: Student Forum
Topic: Karhunen-Loève expansion and Stochastic FEM for Wiener Processes
Replies: 8
Views: 67538

Karhunen-Loève expansion and Stochastic FEM for Wiener Processes

<t>Ok, I had a look at it.A shot: I don't see how it can be more efficient or better than using the Wiener process. Note, that we're using the exact solution, by simulating the increments with normally distributed random variables, so I don't see no point to use an approximation in an approximation....
by Dimathematician
September 5th, 2007, 10:10 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

Did you try Milstein and Euler for dt=1 and different seeds? What are your results, I mean not just one runand two numbers, but many runs with different seeds, which one is better for the parameters you've mentioned?
by Dimathematician
September 2nd, 2007, 2:20 pm
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

<t>You're using dW on page 198 correctly, you can use both for PC, I think. For FDM we don't always need pathwise estimates I think. For plain vanilla calls, you're calculating the first moment of the random variable (X_T-K)+. This is exactly what weak schemes are good for, calculate the random vari...
by Dimathematician
September 2nd, 2007, 12:47 pm
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

<t>QuoteA scheme is a scheme and has weak and strong convergence, right? There are two types of schemes: weak and strong schemes. Of course, both of the schemes have weak and strong convergence, but they are constructed with a special goal. If you look at the Contents page of Kloedens comp book, you...
by Dimathematician
September 2nd, 2007, 12:17 pm
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

Which schemes are you using, weak or strong schemes? I agree with Fingerspitzengefuehl and am impressed, that you have spelled the word without any errors.
by Dimathematician
September 1st, 2007, 1:44 pm
Forum: Programming and Software Forum
Topic: Boost Random Number Library
Replies: 10
Views: 68154

Boost Random Number Library

<t>Yap, I've used both, poisson and exponential. I don't know how to judge the quality, I haven't done anyspecific tests, except checking if mean and var are ok. You can specify how to generate a rv, there's notjust one way. Basically, you're specifying the underlying algorithm, like Mersenne-Twiste...
by Dimathematician
September 1st, 2007, 9:00 am
Forum: Programming and Software Forum
Topic: Boost Random Number Library
Replies: 10
Views: 68154

Boost Random Number Library

<t>I'm using it, everything good. I like the possibility to reset my seed anytime, thus being able to reproducethe same random numbers. I also like, that I can for example use the number series from the MersenneTwister algorithm, which can be used to produce new seeds. The constructors for different...
by Dimathematician
August 21st, 2007, 8:10 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

<t>QuoteWe provide UML framework and the code, nice, yes?? Yes, very nice Quote I just realised that I had never seen any remarks on consistent schemes for SDE, as we have with PDE and ODE.Yes I agree, in the Kloeden, Platen book (not the Computational one), they have a couple of exercises, where yo...
by Dimathematician
August 21st, 2007, 7:05 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

<t>Lapsi,that sounds like a nice setup. Are you guys actually coding the whole class setup for the book? Will the book contain the code? Or will you only provide the UML diagrams for a possible architecture?Cuch, nice theorem. Without having looked into it further I would say, that taking this over ...
by Dimathematician
August 20th, 2007, 10:43 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

Had a quick look, cool. I don't have time to work through it now, but that is definitely something I might look at in october-and the following years . Thanks for sharing
by Dimathematician
August 20th, 2007, 10:20 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

<t>What stands QE for? The Asian thing, I haven't done enough in multifactor stuff. But, why not using the schemes simultaneously for both processes, like in Abe's paper on site 374 for Heston? Throw two correlated brownian motions, evaluate X_n+1 with a scheme and the first brownian motion, than ev...
by Dimathematician
August 20th, 2007, 9:13 am
Forum: Numerical Methods Forum
Topic: Seeds and Random Numbers
Replies: 100
Views: 86373

Seeds and Random Numbers

Yes, I've seen that in the paper of Klaus Schmitz Abe on his homepage. The paper "Measure Order of Convergence Without an Exact Solution Euler vs Milstein", downloadable on his site. Nice paper btw., easy to read. Are you running into problems without an analytical solution? Heston?