My book About Archive Subscribe

Quants R Us

  • Feb 28 2018
    On the Quality of Research Publications

    I spent the last week-end to review a paper for the journal Expert Systems with Applications. It was a paper on a variant of Spider Monkey Optimization, which is in the same spirit as differential evolution or particle swarm optimization. While the manuscript was relatively interesting in itself, and there was definitely some non-trivial amount of work behind it, it was riddled with errors.

  • Dec 5 2017
    Webassembly still fragile

    As I am preparing the website for my upcoming book on equity derivatives models, I played around with webassembly to run some C++ code from your web browser…

  • Jul 6 2017
    Particle Swarm Optimization on Heston Small-Time Expansion

    Here, I look at the problem of calibrating a Heston small-time expansion, the one from Forde & Jacquier. This can be useful to find a good initial guess for the exact Heston calibration, computed with much costlier characteristic function Fourier numerical integration. I conclude with the madness of the life science inspired optimizers…

  • Jun 30 2017
    Particle Swarm Optimization

    Some of my findings: a lot of publications. 45000 citations for the most popular one! Which are the ones that matter? Many different standards, but not a single one clearly expressed. Some surprisingly ugly source code.

  • Jun 21 2017
    Differential evolution vs. Simulated annealing

    The differential evolution (DE) algorithm is somewhat popular in quantitative finance, for example to calibrate stochastic volatility models such as Heston. An older technique, much more popular in physics is simulated annealing (SA). There are few papers on its use for stochastic volatility calibration, most don’t find the technique competitive or even usable.

  • May 11 2017
    A spline to fill the gaps with Andreasen-Huge one-step method

    I recently stumbled upon a blog which suggested to not stay flat with Andreasen-Huge arbitrage free volatility interpolation method. What about using a spline?

← Newer Posts

© Copyright 2022 Quants R Us