July 2nd, 2007, 11:52 am
thanks to both of you for your tips. I've changed my closed form solution, I'm using the more stable one, given in the "Little Heston Trap". About my integration, i'm using a preimplemented quadrature rule: gauss kronrod with 87 points on the interval [1e-7, 100], given in the Centerspace analysis package in C#. I compared my prices with the ones given in "Little Heston Trap", and get the same prices, so I suppose my pricer is now correct.For the weights with the vega, I don't know how to integrate them in my costfunction: should I use weights like vega/total vegas, or something like that?I just implemented the calibration with respect to implied volas and I'll try it this afternoon.Rez, could you tell me more about your calibration experience, since I don't have any. I'm just beginning quantitative studies...(2nd of Masters degree).analxyz:should I take a larger interval for the integration? up to 200?thanks a lot.