|
From: Roland L. <rol...@go...> - 2008-07-08 20:48:28
|
Hi Nicolai, many thanks for the hint. I will have a look at the procedure as soon as I find some spare time. Did you also reproduce the CDO examples in Hull and White's paper? Luigi will soon commit the CDO code that uses the loss distribution bucketing algorithm, also to appear in experimental, I assume. We agreed that it will be released latest with version 1.0. The associated test cases compare against the paper's result. I would be very interested in discussing these and any improvements you have in mind. Best, Roland On Mon, Jul 7, 2008 at 9:52 PM, N_Lassesen < nic...@ca...> wrote: > > The function Real probabilityOfNEvents(Size n, const std::vector<Real>& > prob) > is numerically unstable. This document: > http://www.cs.toronto.edu/pub/reports/na/ma-07-phd.pdf > describes a recursive procedure (formula 2.1) which is numerically stable, > and which gives rise to an identical loss distribution. I have been able to > replicate the results in Hull and White (2004) using this procedure with an > error of only a few basis points. > > Rgds > Nicolai Lassesen > > -- > View this message in context: > http://www.nabble.com/Regarding-ql-experimental-credit-lossdistribution.hpp-tp18325181p18325181.html > Sent from the quantlib-dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |