2
$\begingroup$

I'm doing a Heston model in Matlab using simple Monte Carlo simulations (5.000 paths and 2 steps per day, simulating 360 days). When I try to calibrate the Heston parameters using fminsearch it takes a lot of time and initial values almost doesn't change, so I guess there are a lot local minimization points. So is there any algorithm to obtain good initial values?

Kind regards, Oliver.

$\endgroup$
3
  • $\begingroup$ try searching adjoint calibration Heston $\endgroup$
    – Mark Joshi
    Commented Jun 11, 2015 at 1:36
  • $\begingroup$ I think fmincon (Find minimum of constrained nonlinear multivariable function) better than fminsearch $\endgroup$
    – user16651
    Commented Jun 26, 2015 at 19:37
  • $\begingroup$ Hi, here is a great reference for anything you might encounter while calibrating Heston model "The Heston Model and its Extensions in Matlab and C#" by F.D.Rouah. $\endgroup$ Commented Apr 17, 2018 at 13:32

0

Browse other questions tagged or ask your own question.