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:
| Measure | Depends on Marginals? | Copula Information |
|---|---|---|
| Mean, variance | Yes (marginals only) | None |
| Linear (Pearson) correlation | Yes | Some, but contaminated |
| Spearman’s rank correlation | No | Full copula summary (concordance) |
| Kendall’s rank correlation | No | Full copula summary (concordance) |
| Quantile dependence | No | Tail/local copula structure |
| Tail dependence coefficients | No | Asymptotic 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:
- It can be estimated directly from data (no extrapolation to the limit)
- It captures dependence at empirically relevant quantile levels
- 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
| Copula | Lower Tail Dep. () | Upper Tail Dep. () | Symmetric? |
|---|---|---|---|
| Normal (Gaussian) | 0 | 0 | Yes |
| Clayton | 0 | No (lower only) | |
| Gumbel | 0 | No (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
- Foundation for SMM Estimator for Copulas — these measures serve as the “moments” matched in estimation
- Extends Bayesian copula estimation by providing diagnostic tools beyond Gaussian assumptions
- Asymptotic properties of these sample measures drive the asymptotic theory of the SMM estimator
- Financial application uses these measures to characterize dependence among financial firms
See Also
- Copula Estimation — Bayesian estimation of Gaussian copulas (complementary approach)
- SMM Estimator for Copulas — SMM estimation using these dependence measures
- SMM Copula Simulation and Application — empirical dependence patterns in financial data
- SMM Copula Specification Testing — tests whether a fitted copula matches observed quantile dependence patterns
- SMM Copula Asymptotic Theory — asymptotic properties of sample Spearman’s ρ and quantile dependence estimators
- Factor Analysis and PPCA — factor structure in multivariate data is related to the factor copula architecture that extends these dependence measures to high-dimensional settings
- Quantile Regression — quantile regression models the conditional quantile of an outcome; quantile dependence measures the conditional joint quantile behavior of a copula
- Vine Copulas - Overview — the vine/pair-copula architecture
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