Dependence Measures for Copulas

Summary

Dependence measures quantify the strength and structure of association between random variables. For copula modeling, pure dependence measures — those that depend only on the copula and not on the marginal distributions — are especially important. Spearman’s rank correlation captures overall monotone association, while quantile dependence captures the strength of co-movement at specific quantile levels (including the tails). These measures serve as the “moments” in the SMM approach to copula estimation and provide diagnostic tools for detecting tail dependence and asymmetry.

Overview

Different dependence measures capture different aspects of the joint distribution. A critical distinction for copula modeling is whether a measure depends on the marginals:

MeasureDepends on Marginals?Copula Information
Mean, varianceYes (marginals only)None
Linear (Pearson) correlationYesSome, but contaminated
Spearman’s rank correlationNoFull copula summary (concordance)
Kendall’s rank correlationNoFull copula summary (concordance)
Quantile dependenceNoTail/local copula structure
Tail dependence coefficientsNoAsymptotic tail behavior

Measures like linear correlation contain copula information but are also affected by the marginals — this makes them unsuitable as moments in the SMM framework where simulated data may have different marginals than the observed data.

Spearman’s Rank Correlation

Definition: Spearman's Rank Correlation (Population)

For a pair of random variables with marginal CDFs and copula :

Properties:

  • if and only if (independence copula)
  • for perfect positive concordance (comonotonic copula)
  • for perfect negative concordance (countermonotonic copula)
  • It is a pure copula functional: depends only on , not on or
  • Invariant to strictly increasing transformations of the marginals

Definition: Spearman's Rank Correlation (Sample)

Based on estimated standardized residuals with empirical CDFs :

where .

This is equivalent to the Pearson correlation of the ranks (or pseudo-observations).

Closed-Form Relations

For some copula families, Spearman’s has a known relationship to the copula parameter:

  • Normal (Gaussian) copula: where is the copula parameter
  • Clayton copula: no closed form for Spearman’s (but Kendall’s is available)

When a closed form exists, GMM can be used directly. When it does not, SMM is required.

Quantile Dependence

Definition: Quantile Dependence (Population)

For a pair with copula , the quantile dependence at level is:

Lower quantile dependence ():

Upper quantile dependence ():

Interpretation:

  • measures the probability that both variables are simultaneously in the same tail
  • = probability that both are below their 5th percentile, given one is
  • = probability that both are above their 95th percentile, given one is
  • Under independence: for lower and for upper
  • Like Spearman’s , this is a pure copula functional

Definition: Quantile Dependence (Sample)

Based on estimated standardized residuals:

Lower ():

Upper ():

Quantile Dependence vs. Tail Dependence Coefficients

The classical tail dependence coefficients are the limits:

Quantile dependence at finite (e.g., or ) is preferred for estimation because:

  1. It can be estimated directly from data (no extrapolation to the limit)
  2. It captures dependence at empirically relevant quantile levels
  3. It provides a richer picture of the dependence structure than the single tail coefficient

Detecting Asymmetric Dependence

Definition: Asymmetry Measure

The difference between upper and lower quantile dependence at symmetric quantile levels:

  • : stronger dependence in booms (upper tail) than crashes (lower tail)
  • : stronger dependence in crashes than booms
  • : symmetric dependence (implied by Gaussian copula, for example)

In the financial firm application, Oh and Patton find that is negative for 14 out of 21 pairs, suggesting that financial firm returns co-move more strongly during crashes.

Copula-Specific Dependence Properties

CopulaLower Tail Dep. ()Upper Tail Dep. ()Symmetric?
Normal (Gaussian)00Yes
Clayton0No (lower only)
Gumbel0No (upper only)
Student-Yes
Factor copula (Oh & Patton)Asymmetric (via )

The Normal copula’s zero tail dependence is a significant limitation for financial applications where extreme co-movements are observed. The factor copula allows non-zero, asymmetric tail dependence through the skewed- factor distribution.

Connections

See Also

Sources

  • Oh_Patton_SMM_copulas_nov11.pdf — Oh & Patton (2011), Section 2.1
  • Nelsen, R.B. (2006), An Introduction to Copulas, 2nd ed., Springer
  • Joe, H. (1997), Multivariate Models and Dependence Concepts, Chapman and Hall