Serving the Quantitative Finance Community

 
User avatar
clement14
Topic Author
Posts: 0
Joined: October 9th, 2003, 12:43 pm

Monte Carlo(Sobol) v.s. VBA

March 24th, 2004, 9:06 am

I hope to pricing multi-asset options. I need to use Monte Carlo in Sobol method. Could you tell me any paper, internet resources or VBA code about Monte Carlo in Sobol method. Thank you very much!
 
User avatar
Graeme
Posts: 7
Joined: April 25th, 2003, 5:47 pm

Monte Carlo(Sobol) v.s. VBA

March 24th, 2004, 6:31 pm

BRODA (www.broda.com) have a free distribution of an implementation of Sobol, in a language that I don't remember, up to about 50 dimensions. It is a com copmpliant language and the thing they distribute is excel and vba that calls their program, so it is clear enough (not crystal clear, there is no especially useful documentation, but clear enough) what one needs to do. If you want more dimensions you pay, but 50 is about 45 more than I have ever needed.
 
User avatar
clement14
Topic Author
Posts: 0
Joined: October 9th, 2003, 12:43 pm

Monte Carlo(Sobol) v.s. VBA

March 25th, 2004, 2:12 am

thank you.http://www.broda.co.uk this website is work.
 
User avatar
ametrano
Posts: 1
Joined: July 14th, 2002, 3:00 am

Monte Carlo(Sobol) v.s. VBA

March 31st, 2004, 4:51 pm

Take a look at QuantLib and the QuantLibXL addin. They include Sobol sequences up to dimension 21,200 (8,129,334 if you really want) with Jäckel initialization numbers.ciao -- Nando
 
User avatar
clement14
Topic Author
Posts: 0
Joined: October 9th, 2003, 12:43 pm

Monte Carlo(Sobol) v.s. VBA

April 1st, 2004, 11:23 am

THANK YOU. I will try it.