Frank copula constructor
cfrank.RdReturns a function computing the log density of the bivariate Frank copula,
intended to be used with dcopula.
Value
A function of two arguments (u, v) returning either
the log copula density (cfrank) or the copula CDF (Cfrank).
Details
The Frank copula density is $$ c(u,v;\theta) = \frac{\theta (1-e^{-\theta}) e^{-\theta(u+v)}} {\left[(e^{-\theta u}-1)(e^{-\theta v}-1) + (1 - e^{-\theta}) \right]^2}, \quad \theta \ne 0. $$