Search results

  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.
  16. msj

    Which laguage: C++ or Java?

    for what it's worth I taught myself C++ without knowing C or java. But i did know a few other languages: basic, pascal, lisp, assembler. My suggested program of books on learning it is on Mark Joshi's Home Page In terms of time, there are so many different levels of knowing is the problem.
  17. msj

    books discussion forum

    I've set up a books forum on Mark Joshi's Home Page The main purpose is to discuss details in my books, and other books being used for self study. So if you have a query that's the place to ask.
  18. msj

    guinea pigging

    I am sending off the changes this week so if you have any further comments please let me know asap. NB there is now a book bulletin board www.markjoshi.com/design
  19. msj

    How to Face Interview Curve Balls

    I deliberately haven't read Crack's book but from what I know of it, the essential difference is that we will be presenting questions asked of people going for Derivatives pricing jobs, whereas Crack's book is aimed at MBAs who have to deal with quantitative questions. e.g. we have quite a few...
  20. msj

    How to Face Interview Curve Balls

    One of my many projects is working on a book of interview questions for quant jobs. This one is progressing quickly however, as I have some collaborators. I'd be interested in any contributions.
  21. msj

    Mark Joshi's guide: What do quants do?

    thanks for your comments. it's true that the guide could be more prominent on my web site and i intend to address that. Quite a few sites do direct link to it, and i think that most wannabe quants do read it at some point. Although the readership is certainly niche, it's precisely the niche...
  22. msj

    Mark Joshi's guide: What do quants do?

    By the way, i think my guide is the ideal place to advertise jobs or masters courses since it is ideally targeted at the right people. But so far I have had zero interest. What does everyone think about advertising in the guide?
  23. msj

    guinea pigging

    thanks but I would rather keep control of the manuscript
  24. msj

    guinea pigging

    I've done some new chapters for my C++ book. If you have studied the first edition and want to guinea pig, please contact me stating who you are and how long you would take to read 100 pages.
  25. msj

    Lookback option in C++

    well it's covered in textbooks, eg Wilmott or my book
  26. msj

    Lookback option in C++

    use the auxiliary variable method.
  27. msj

    Mark Joshi's guide: What do quants do?

    I have updated it again recently. By the way, I'd ask you not to post copies as they quickly get out of date, and the URL of the latest version never changes.
Back
Top