Gumbel copula constructor
cgumbel.Rd
Returns a function that computes the log density of the bivariate Gumbel copula,
intended to be used with dcopula
.
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.