SMM Estimator for Copulas
Summary
Oh and Patton (2011) develop a simulation-based estimator for copula model parameters that matches simulated rank dependence measures (Spearman’s rank correlation and quantile dependence) to their sample counterparts. This approach is valuable when: (1) the copula likelihood is unavailable in closed form (e.g., factor copulas), (2) the researcher wants to target specific dependence features, or (3) GMM is infeasible because the mapping from parameters to dependence measures has no closed form. The estimator nests both GMM and standard MM as special cases and applies to both iid and time series data.
Overview
Standard estimation of copula models relies on maximum likelihood or two-stage (IFM) methods, but these require the copula density in closed form. Many flexible copula models — particularly factor copulas and high-dimensional specifications — lack tractable densities. Moreover, in financial applications the copula model is often used to price derivatives (CDOs, CDS), and it may be more natural to calibrate parameters by matching dependence measures that are directly relevant to pricing.
The Oh-Patton SMM estimator addresses this by using only “pure” dependence measures as moments — measures that are functions solely of the copula and unaffected by the marginal distributions.
Data Generating Process
The DGP allows each variable to have time-varying conditional mean and variance, governed by parametric models:
Definition: Data Generating Process (Oh & Patton DGP)
where:
- — conditional means (-measurable)
- — conditional standard deviations (-measurable)
- — standardized residuals with copula
- is an vector governing the dynamics (assumed -consistently estimable)
- is the vector of copula parameters to be estimated
Common examples for the marginal dynamics: ARMA models, GARCH models, stochastic volatility models.
Two-stage estimation procedure:
- Stage 1: Estimate from the marginal models (e.g., AR-GARCH for each series) to obtain estimated standardized residuals
- Stage 2: Estimate from the copula model using the SMM approach applied to
Marginal Distributions Are Unknown
The marginal distributions are estimated nonparametrically using the empirical distribution function (EDF):
The denominator (rather than ) ensures that the pseudo-observations lie strictly in .
Choice of Moments: Pure Dependence Measures
The key innovation is using only “pure” dependence measures — those unaffected by changes in the marginal distributions of the simulated data. This is critical because simulated data drawn from may have different marginals than the observed data.
Moments like means and variances are functions of the marginals alone and contain no copula information. Linear correlation contains copula information but is also affected by the marginals. The measures used are:
Spearman’s Rank Correlation
For the pair :
This is purely a function of the copula and invariant to the marginals. See Spearman’s rank correlation.
Quantile Dependence
This captures tail dependence at various quantile levels. See quantile dependence.
Sample Counterparts
Based on the estimated standardized residuals:
The SMM Estimator
Definition: SMM Estimator for Copulas (Oh & Patton, 2011)
Let be the vector of sample dependence measures computed from the standardized residuals .
Let be the corresponding vector computed from simulations drawn from , .
Define the moment difference:
The SMM estimator is:
where:
and is a positive definite weight matrix. For identification, (at least as many moment conditions as parameters).
Typical Moment Selection
Oh and Patton use five dependence measures averaged across all pairs of assets:
- Spearman’s rank correlation
- Quantile dependence at (lower tail)
- Quantile dependence at
- Quantile dependence at
- Quantile dependence at (upper tail)
For an -dimensional model with copula parameters, this gives moment conditions when using all pairs, or when averaging across pairs (for exchangeable models).
Nesting of GMM and MM
The SMM estimator nests two important special cases:
-
GMM: If the mapping is known in closed form, then GMM is feasible and is equivalent to the SMM estimator with .
-
Standard Method of Moments: If and the mapping is invertible, the estimator reduces to the method of moments.
For the Clayton copula, Kendall’s rank correlation has a closed form () so GMM is feasible using Kendall’s . For the Normal copula, Spearman’s rank correlation has a closed form () so GMM is feasible using Spearman’s .
For the factor copula, neither the likelihood nor any dependence measures are available in closed form — SMM is the only feasible approach among these methods.
The Factor Copula Model
Oh and Patton (2011) introduce a factor copula as a key application:
Definition: Factor Copula (Oh & Patton, 2011)
where:
- — skewed distribution of Hansen (1994)
- — Student’s with degrees of freedom
- for all
The copula of is parameterized by :
- : controls the overall level of dependence
- : controls tail thickness (and thus tail dependence)
- : controls asymmetry in dependence (stronger in crashes vs. booms)
Neither the likelihood nor the dependence measures of this copula are available in closed form, making SMM the natural estimation approach.
Connections
- Applies Method of Simulated Moments to the specific problem of copula estimation
- Uses Dependence Measures for Copulas as the moment conditions
- Extends Bayesian copula estimation to non-Gaussian, non-tractable copulas
- SMM Copula Asymptotic Theory establishes formal consistency and normality results
- SMM Copula Specification Testing provides goodness-of-fit via over-identifying restrictions
- SMM Copula Simulation and Application presents Monte Carlo evidence and financial application
See Also
- Simulation-Based Estimation - Overview — broader context of simulation-based methods
- SMM Copula Asymptotic Theory — formal theoretical results (Propositions 1-3)
- SMM Copula Specification Testing — over-identifying restrictions test (Proposition 4)
- SMM Copula Simulation and Application — Monte Carlo and empirical results
- Dependence Measures for Copulas — the moments used in estimation
- Copula Estimation — Bayesian/MLE approaches for comparison
Sources
- Oh_Patton_SMM_copulas_nov11.pdf — Oh & Patton (2011), Sections 1-2.1