Gaussian copula constructor
cgaussian.RdReturns a function computing the log density of the bivariate Gaussian copula,
intended to be used with dcopula.
Value
Function of two arguments (u,v) returning log copula density.
The Gaussian copula density is $$ c(u,v;\rho) = \frac{1}{\sqrt{1-\rho^2}} \exp\left\{-\frac{1}{2(1-\rho^2)} (z_1^2 - 2 \rho z_1 z_2 + z_2^2) + \frac{1}{2}(z_1^2 + z_2^2) \right\}, $$ where \(z_1 = \Phi^{-1}(u)\), \(z_2 = \Phi^{-1}(v)\), and \(-1 < \rho < 1\).