Page 1 of 1
Duan Markov Chain for Discrete Barrier options
Posted: August 9th, 2006, 7:34 am
by Royboy
Hi,I am trying to code the Duan paper to value discrete barrier options, but I dont quite understand how to implement the probability transition matrix.Could anybody give me any hints or tips as to how to code this paper?Thank You
Duan Markov Chain for Discrete Barrier options
Posted: August 10th, 2006, 6:07 am
by spursfan
RoysanI though the whole idea of the summer dissertation was that you did most of the work yourself (and yes I did notice my QUAD code that you're trying to convert into Matlab) - I wouldn't bother with Duan, the QUAD method should be betterMike
Duan Markov Chain for Discrete Barrier options
Posted: August 10th, 2006, 8:29 am
by Royboy
I have been told by my supervisor (Dr Ales Cerny) that the Duan Markov chain method should be my benchmark. This method is better than Quadrature, since it is simplistic to implement and it uses the whole underlying asset price distribution instead of approximating the distribution using a polynomial.So which method do you suggest as the benchmark? (Maybe Monte Carlo?)Kind Regards
Duan Markov Chain for Discrete Barrier options
Posted: August 10th, 2006, 2:50 pm
by spursfan
under the BS world, there's no need to use MC for benchmark barrier values with discrete samplingbroadie and yamamoto show values using Reiner's convolution method to 10dp
Duan Markov Chain for Discrete Barrier options
Posted: June 6th, 2008, 11:03 am
by risingboy
Yes, it is too late to reply. But I hope it is helpful for others who has the similar problem.I implemented Duan's Markov Chain method for discrte barrier option. You may download the code and report here:
http://www.mathworks.com/matlabcentral/ ... Type=fileI found this method was very fast and accurate. It is definitely a killer to the popular multilattice method.Ying
Duan Markov Chain for Discrete Barrier options
Posted: June 6th, 2008, 12:20 pm
by ckck20
Thanks, i'll have a look at it later on.