August 19th, 2006, 6:16 pm
Hi,I'm curious to set up the recursion-based model for a STCDO descibed by Andersen, et al (heterogeneous portfolio) and Gibson (homogeneous portfolio) using a Student t copula instead of the Gaussian copula and I had the following questions:1. Can anyone suggest a place where I can find a good algorithm (or code) for the cumulative t distribution? I believe TDIST() is meant to be pretty horrible and the one described in Numerical Recipes is not much better.2. I also need a suggestion for the inverse cumulative distribution, as I believe TINV() is not much better.3. Lastly, for the cumulative distribution what assumption of degrees of freedom is recommended? I recall reading in either the Andersen or Hull-White paper that they got good results with 4 or 5. I was wondering whether this is based more on experimentation, or whether there is a science to it.Thanks in advance.