Serving the Quantitative Finance Community

 
User avatar
RiskNeutral
Posts: 0
Joined: March 24th, 2003, 5:16 pm

implementation of the SOBOL's sequences

March 24th, 2003, 5:51 pm

Hello Mdekerever,I have been trying to find a description or an actual implementation of a SOBOL sequences generator. I've tried the NR C++ but it didn't help much.I've just join Wilmott forum so I don't know the protocol yeat but I would like to ask you to send me your routine and some references of books where I can find an accessible exposition of the matter.Best Regards,RiskNeutral
 
User avatar
siuwkw
Posts: 0
Joined: July 14th, 2002, 3:00 am

implementation of the SOBOL's sequences

March 24th, 2003, 8:22 pm

Hi, mdekereverCould you also send me a copy of your code please?Thanks,
 
User avatar
lazy
Posts: 0
Joined: August 20th, 2002, 1:29 pm

implementation of the SOBOL's sequences

March 26th, 2003, 7:28 pm

Hi, mdekereverI would also like a copy of your code and dll please?Thanksmy mail: whitesnow4@caramail.com
 
User avatar
RedAlert
Posts: 2
Joined: April 11th, 2002, 10:54 am

implementation of the SOBOL's sequences

March 30th, 2003, 4:51 pm

Dear All,This code is easily available for all to use in Numerical Recipes....it probably takes about 20 minutes to type in the relevant functions.F.
 
User avatar
Dostoevsky
Posts: 0
Joined: August 13th, 2001, 12:59 pm

implementation of the SOBOL's sequences

January 12th, 2006, 7:46 pm

You can also get high dimensional Sobol Sequence generators ( up to D=1024 ) from www.broda.co.ukThese generators were developed by Sobol' himself.
 
User avatar
sonic
Posts: 0
Joined: July 14th, 2002, 3:00 am

implementation of the SOBOL's sequences

January 15th, 2006, 12:10 pm

Hi MdekereverI want to get an implementation of SOBOL's sequences for my study on quasi-random variablesWould you please send me a copy in C++.Thanks for your help!!goang12345@yahoo.com.tw
 
User avatar
rashmi
Posts: 0
Joined: February 14th, 2007, 8:39 am

implementation of the SOBOL's sequences

May 2nd, 2007, 5:10 am

Hi Mdekerever ,could u please send a copy of the sobol code in c++ to me too ?my mail-id is rashmirasmi@yahoo.co.inThanks in advance
 
User avatar
kannansi
Posts: 0
Joined: March 12th, 2007, 8:05 am

implementation of the SOBOL's sequences

September 24th, 2008, 4:55 pm

hi..can u forward me your sobol sequence c++ code...I tried one available in the net..it complies, but i dont know how to call using a right funciton in excel.vba. pls let me know how i can call using excel/vba as to what parameters i should use (Byval or Byref) so that i can use in calculation of prices. Pls mail it to kannansingaravelu@gmail.com
 
User avatar
Dostoevsky
Posts: 0
Joined: August 13th, 2001, 12:59 pm

implementation of the SOBOL's sequences

October 26th, 2014, 9:54 am

A note of caution: the easiness of implementation doesn't imply efficiency: good Sobol' sequences are very difficult to construct. For comparison of various Sobol' sequence generators used in the industry read I. Sobol', D. Asotsky, A. Kreinin, S. Kucherenko. Construction and Comparison of High-Dimensional Sobol' Generators, 2011, Wilmott Journal, Nov, pp. 64-79 here
Last edited by Dostoevsky on October 25th, 2014, 10:00 pm, edited 1 time in total.