Recent content by msj

  1. msj

    QuantNet Best-selling Quant Books of 2013

    It's pretty funny that our interview question book is in the list at both 7 and 10...
  2. msj

    Kooderive 0.3

    I have now done release 0.3 of Kooderive. For those not familiar, this is an open source project for pricing derivatives using Monte Carlo simulation. It contains implementations in both C++ and CUDA to allow running on either CPU or GPU. The flagship example is the pricing of a 40 rate...
  3. msj

    Advice on Interview Books

    Thanks for the plug. The second edition of Quant Job Interview Questions and Answers by Joshi Denson and Downes is now out. It has over 300 questions with answers. www.amazon.com/Quant-Interview-Questions-Answers-Second/dp/0987122827/
  4. msj

    C++ pointer

    if DataPtr points to a dynamically allocated object this is your last chance to destroy that object and free memory
  5. msj

    More mathematical finance

    I hope that everyone finds it useful.
  6. msj

    More mathematical finance

    there are no plans to do an e-book.
  7. msj

    More mathematical finance

    OK I've finally got it published. The sequel to "The concepts and practice of mathematical finance" is now out. Carrying on where the first book left off, I've tried to keep it focussed on practicalities and things that I think all quants should know. www.markjoshi.com/more
  8. msj

    How to create UDF in Excel using C# and Visual Studio 2008

    I am the admin. Narinder and John are doing most of the work at the moment.
  9. msj

    Mark Joshi's new book

    it is now available on amazon.com http://www.amazon.com/Quant-Interview-Questions-Answers-Second/dp/0987122827/
  10. msj

    Pricing exotic interest rate derivatives

    well, it's aimed at people with employers to pay the bill...
  11. msj

    quantlib 0.8 question

    The current version (from SVN) has if (isInSubset_[n][currentIndex_] && !i->done) { which would suggest that once a product has terminated then it won't be called again. Was it different in release 0.8?
  12. msj

    quantlib 0.8 question

    i agree that this is sub-optimal. I'll try to find some time to fix it.
  13. msj

    Mark Joshi's new book

    you may prefer to buy it from CreateSpace if you are in the US. See Mark Joshi's Home Page
  14. msj

    interview questions

    We have finally released our interview question and answer book. For more information see Mark Joshi's Home Page
  15. msj

    Quantitative Interview questions and answers

    hmm, i wonder where you got that list. We are actually working on a book of questions and answers. So i'd appreciate any contributions via Mark Joshi's Home Page or by e-mail.
Back
Top