Gumbel copula constructors
cgumbel.RdConstruct functions that compute either the log density or the CDF
of the bivariate Gumbel copula, intended for use with dcopula.
Value
A function of two arguments (u, v) returning either
the log copula density (cgumbel) or the copula CDF (Cgumbel).
Details
The Gumbel copula density
$$ c(u,v;\theta) = \exp\Big[-\big((-\log u)^\theta + (-\log v)^\theta\big)^{1/\theta}\Big] \cdot h(u,v;\theta), $$ where \(h(u,v;\theta)\) contains the derivative terms ensuring the function is a density.