Copulas constitute a statistical tool used to model the dependence between random variables. The copula function indeed links the joint density to the marginal densities and thus contains all the information about the dependence structure of the model.
In this document, we will focus on a particular copula, namely the Gumbel copula. In the literature, it is sometimes referred to as the Gumbel-Hougaard copula. For clarity, we will consider the bivariate case here and will conclude with a generalization to the multivariate case. Most of the information is drawn from Nelsen (2006).
The Gumbel copula is defined as \[ C_\alpha\left(u,v\right)=\exp\left[-\left(\left(-\ln u\right)^\alpha+\left(-\ln v\right)^\alpha\right)^{\frac{1}{\alpha}}\right], \] where \(\alpha\geq1\) is the parameter.
The generator is \(\phi_\alpha(t)=\left(-\ln t\right)^\alpha\) with \(\alpha\geq1\) and \(t\in [0,1]\).
Thus, \(\phi\) is a continuous, strictly decreasing function from \([0,1]\) to \([0,+\infty]\), convex, and it is a strict generator.
We retrieve the Gumbel family through the relation \(\phi\alpha^{-1}\left(\phi\alpha(u)+\phi_\alpha(v)\right)\). Archimedean copulas form families of copulas that possess several interesting properties.
The supra expression of the density is not valid on the edges of the square \([0,1] \times [0,1]\). On the edge of the domain, we have the following expressions \[ \forall u>0,v<1, c_\alpha(u,0)=c_\alpha(0,u) = c_\alpha(1,v) =c_\alpha(v,1)=0, \] but the density is infinite at \((0,0)\) and \((1,1)\).
Figure 2.1: Density of the Gumbel copula
Kendall’s tau is \[ \tau = \frac{\alpha-1}{\alpha}. \]
Spearman’s rho has no explicit form \[\rho_S = 12\int\!\!\!\!\int_{[0,1]^2}C(u,v)dudv-3\]
The concept of tail dependence provides information about the “amount” of dependence at the distribution tails. It is a relevant tool for studying the simultaneous occurrence of extreme values. This is a local measure, unlike Kendall’s tau and Spearman’s rho, which measure dependence across the entire distribution. The coefficients of tail dependence, on the left and right, for a pair \((X,Y)\), are defined by \[ \lambda_L = \underset{t\rightarrow0^+}{\lim} P(Y > F_Y^{-1}(t) / X > F_X^{-1}(t)$ = 0 \text{and} \lambda_U = \underset{t\rightarrow1^-}{\lim} P(Y > F_Y^{-1}(t) / X > F_X^{-1}(t)$ = 2-2^{\frac{1}{\alpha}}. \]
The Gumbel copula is max-stable, i.e. \[ C_\alpha\left(u^{\frac{1}{n}},v^{\frac{1}{n}}\right)^n = C_\alpha(u,v). \]
Using Nelsen (2005), the algorihm is
Marshall’s approach involves using a random variable \(\Theta\) for a random vector \((X_1, \dots, X_d)\) such that the components \(X_i\) are conditionally independent given \(\Theta\). The joint distribution of the vector \((X_1, \dots, X_d)\) is given by \[ F_{X_1, \dots, X_d}(x_1, \dots, x_d)=L_\Theta\left( \sum_{i=1}^d L^{-1}_\Theta\left(F_{X_i}(x_i)\right) \right) \] where \(L(\Theta)\) denotes the Laplace transform of the random variable \(\Theta\). Moreover, the following algorithm allows for the simulation of random variables from an Archimedean copula \(L_\Theta^{-1}\):
In the case of the Gumbel copula, \(\phi^{-1}(t) = e^{-t^{1/\alpha}}\), which is the Laplace transform of a stable law with parameters \((1/\alpha, 0, 1, 0)\). For more details on stable laws, refer to Nolan (2005). Finally, to simulate random variables with a stable distribution, we used Chambers, Mallows, and Stuck (1976)’s algorithm.
In this section, we briefly present the four usual fitting methods:
gumbel.MBE()gumbel.EML()gumbel.IFM()gumbel.CML()gumbel.MBEThis method involves estimating the parameters \(\theta\) of the marginal laws and the parameter \(\alpha\) of the copula using the method of moments, i.e.,
repeat this step over all marginal and then - Invert Kendall’s tau or Spearman’s rho to obtain the parameter \(\alpha\) of the copula.
Example with exponential marginal, we get \[ \hat \lambda_n = \frac{1}{\overline X_n} \textrm{~~and~~} \hat \alpha_n = \frac{1}{1-\tau_n}. \]
gumbel.EMLWhen the density of the copula ex_ists, max_imum likelihood estimators can be used. To simplify, we assume that a bivariate copula with a density is used, and that the marginal distributions have densities. Let \(\theta_1\) and \(\theta_2\) denote the parameters of the marginal laws. The log-likelihood is written as: \[\begin{multline*} \ln \mathcal{L}(\alpha, \theta_1, \theta_2, x_1, \dots, x_n, y_1, \dots, y_n) = \sum_{i=1}^n \ln\left( c \left( F_1(x_i, \theta_1), F_2(y_i, \theta_2), \alpha \right) \right) \\ \sum_{i=1}^n \ln\left( f_1(x_i, \theta_1) \right) + \sum_{i=1}^n \ln\left( f_2(y_i, \theta_2) \right). \end{multline*}\] Often, explicit expressions for the estimators that max_imize \(\ln \mathcal{L}\) do not ex_ist, and a numerical max_imization is performed instead.
gumbel.IFMUnder the assumption that the copula has a density, it is possible to combine the two previous approaches by first estimating the parameters of the marginal distributions, then estimating the copula parameter. This involves:
This method has the advantage of using the “classical” max_imum likelihood estimators for the marginals.
gumbel.CMLIt is a semi-parametric method based on the previous approach: