Page 1 of 1

Gaussian Copula Formula

Posted: November 23rd, 2006, 10:54 am
by AnnaBegins
In the book "Credit Derivatives - the definitive guide" by Jon Gregory the formula to produce correlated random shocks is given as: Ri = (SQRT(rho))*Rm + (SQRT((1-rho))*EiIs this wrong? When I implement this the correlations don't match my targets... However, if i use the following formual they do match the targets: Ri = (rho)*Rm + (SQRT((1-rho^2))*EiShould i just throw the book in the bin? Cheers,

Gaussian Copula Formula

Posted: November 23rd, 2006, 4:34 pm
by meteor
The two formula are correct: ie Ri has variance 1 in both cases, assuming Rm and Ei have variance 1. They only differ in term of the correlation parameter between Ri and Rj, in the first case:corr(Ri,Rj)=rhowhile in the secondcorr(Ri,Rj)=rho^2

Gaussian Copula Formula

Posted: December 4th, 2006, 12:39 pm
by AnnaBegins
Thanks Meteor,However, when I implement this, the second version gives me correlations equal to rho....Could you show me the proof?

Gaussian Copula Formula

Posted: December 4th, 2006, 8:05 pm
by meteor
here you go

Gaussian Copula Formula

Posted: December 5th, 2006, 8:30 am
by AnnaBegins
Many thanks.