March 30th, 2006, 12:00 pm
Hello!I'm trying to implement LCG Rogers' MC method for pricing american options for a college project.The option I'm considering is a simple american put.This is the first example featured in the paper...While the prices I'm getting aren't totally nonsensical, they are significantly less accurate than those reported in the paper.The author talks about using Richardson extrapolation in getting the prices. Can anyone direct me to where I might find out what he means? How does one use this extrapolation to improve the price estimates?Also, if anyone has implemented this algorithm themselves, I would love to see the output they got- especially values of the multiplier lambda...Thanks.