Computes the joint cumulative distribution function (CDF) and probability density function (PDF) of the two-dimensional Clayton copula.
Clayton_Copula(u, v, theta)
Clayton_Copula_pdf(u, v, theta)Clayton_Copula: Numeric vector of CDF values.
Clayton_Copula_pdf: Numeric vector of PDF values.
The joint distribution function of the two-dimensional Clayton copula is $$ C(u,v;\theta) = \left(u^{-\theta} + v^{-\theta} - 1\right)^{-1/\theta}, $$ where \(\theta > 0\).
The corresponding joint density is given by $$ c(u,v;\theta) = (\theta + 1) u^{-(\theta + 1)} v^{-(\theta + 1)} \left(u^{-\theta} + v^{-\theta} - 1\right)^{-\left(1/\theta + 2\right)}. $$
Nelsen, R. B. (2006). An Introduction to Copulas. Springer.