Serving the Quantitative Finance Community

 
User avatar
Lapsilago
Posts: 5
Joined: October 15th, 2004, 7:36 am
Location: Germany

Heston model

September 10th, 2008, 6:18 am

Dear Nanette,if you would like to use a global optimizer use Differential Evolution. You can download a C(++) and a matlab version for instance from the website of Rainer Storn. He is one of the inventors of the algo...But for the first try you could use a newton solver like lfbgs or sqp method. To be sure you get the real min you may vary the starting params randomly and choose the best outcome...Hope this helps, Ciao Lapsi
 
User avatar
easy
Posts: 4
Joined: July 14th, 2002, 3:00 am

Heston model

September 10th, 2008, 11:47 am

Have you tried gatheral's approximations for initial guesses? They have worked very well for me.
 
User avatar
fastKimi
Posts: 0
Joined: September 10th, 2008, 2:27 pm

Heston model

September 10th, 2008, 2:34 pm

The C++ version from the website of Rainer Storn has problem to work.