<t>to sample from the gaussian copula with correlation matrix R1. Find a decomposition of the desired correlation matrix R such that R = AA' (e.g. the cholesky decomposition, you should now that from cfa, don't you?2. draw n independent standard normal numbers (z1,z2,...,zn)'3. x := z'A4. u := phi(x...