Serving the Quantitative Finance Community

 
User avatar
bigmouth
Topic Author
Posts: 0
Joined: November 25th, 2003, 7:38 pm

Rogers' American options method:: Richardson extrapolation

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.
 
User avatar
ppauper
Posts: 11729
Joined: November 15th, 2001, 1:29 pm

Rogers' American options method:: Richardson extrapolation

March 30th, 2006, 1:41 pm

QuoteOriginally posted by: bigmouthWhile the prices I'm getting aren't totally nonsensical, they are significantly less accurate than those reported in the papertwo possibilities of many:(i) your code is wrong(ii) (and much less likely) he faked his answers
 
User avatar
bigmouth
Topic Author
Posts: 0
Joined: November 25th, 2003, 7:38 pm

Rogers' American options method:: Richardson extrapolation

March 30th, 2006, 1:53 pm

I'm sure (ii) isn't a possibility.It is however quite possible that I've made a mistake in my code, or misunderstood the paper in some way. Or that the extrapolation step improves the results significantly.That's why I was hoping somebody might have some further results to compare with mine.
 
User avatar
Cuchulainn
Posts: 22933
Joined: July 16th, 2004, 7:38 am

Rogers' American options method:: Richardson extrapolation

March 30th, 2006, 2:53 pm

QuoteThe 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?Does the author justify mathematically that Richardson extrapolation is applicable to the current problem? I have used RE in non-MC appplications and erroneous results are gotten if the function is not smooth. Edit: the funny thing with RE is the more accurate the solution becomes (theory) the more round-off errors you get.
Last edited by Cuchulainn on March 29th, 2006, 10:00 pm, edited 1 time in total.