Tagged Questions
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?
1
vote
2answers
1k views
Black Scholes and Monte Carlo implementations in Java [duplicate]
Possible Duplicate:
Is there an all Java options-pricing library (preferably open source) besides jquantlib?
Can anyone recommend a library with an implementation of Black Scholes and Monte ...
3
votes
1answer
1k views
Mersenne twister random number generator in Java for Monte Carlo Sim.
I am using the Mersenne twister random number generator in Java for a Monte Carlo Simulation. I need a uniform distribution of values between -1 and 1. My code is below (I am importing ...