Tagged Questions
0
votes
3answers
341 views
Why C is still in use especially in area of numerical optimization (instead of C++)? [closed]
Why C is still in use especially in area of numerical optimization (instead of C++) ?
C and C++ aren't fully compatible so mayby you know some differances that make the difference ?
8
votes
3answers
421 views
Reference on Markov chain Monte Carlo method for option pricing?
I have to implement option pricing in c++ using Markov chain Monte Carlo. Is there some paper which describes this in detail so that I can learn from there and implement?
8
votes
3answers
714 views
What tools are used to numerically solve differential equations in Quantitative Finance?
There are a lot of Quantitative Finance models (e.g. Black-Scholes) which are formulated in terms of partial differential equations. What is a standard approach in Quantitative Finance to solve these ...