SMM Copula Specification Testing
Summary
When the number of moment conditions () exceeds the number of copula parameters (), the over-identifying restrictions can be tested via a J-test statistic (Proposition 4). With the efficient weight matrix , this statistic has a standard limiting distribution. With any other weight matrix, the limiting distribution is non-standard but can be simulated easily. This test provides a simple goodness-of-fit check for the copula specification.
Overview
In the Oh-Patton framework, the researcher typically uses dependence measures (Spearman’s rank correlation + 4 quantile dependence measures) to estimate copula parameters. When , the model is over-identified and the remaining restrictions can be tested — a poor fit indicates the copula model cannot simultaneously match all the targeted dependence features.
Proposition 4: Over-Identifying Restrictions Test
Theorem: Over-Identifying Restrictions Test (Oh & Patton, Proposition 4)
Suppose that all assumptions of Proposition 2 are satisfied and that the number of moments is greater than the number of copula parameters . Then the test statistic:
has the limiting distribution:
where and:
Special case — efficient weight matrix: If , then:
General case — identity or other weight matrix: If , the test statistic has a non-standard limiting distribution that depends on the sample-specific matrix .
Simulating Critical Values
When the efficient weight matrix is not used (e.g., when using the identity matrix ), critical values are obtained via simulation:
Example: Simulating Critical Values for the J-Test
Procedure:
- Compute using , , and
- Simulate for (with large)
- For each simulation, compute:
- The sample quantile of is the critical value
Key advantages:
- is a simple standard normal — no optimization is required
- need only be computed once
- The procedure is fast even for
Oh and Patton use in their application.
Practical Considerations
Choosing
| Weight Matrix | J-Test Distribution | Advantage | Disadvantage |
|---|---|---|---|
| (efficient) | Standard critical values | Requires inverting estimated covariance; may be unstable | |
| (identity) | Non-standard | Simple; numerically stable | Requires simulated critical values |
Oh and Patton use the identity weight matrix in their main results, noting that “corresponding results based on the efficient weight matrix are comparable.”
Dependence of Critical Values on
When using the identity weight matrix, the limiting distribution depends on , which in turn depends on the step size . However, the Monte Carlo study in SMM Copula Simulation and Application shows that rejection rates are close to nominal (95%) across all three copula models and all step sizes tested.
Connections
- Uses asymptotic results from SMM Copula Asymptotic Theory (Propositions 1-3)
- Applied in SMM Copula Simulation and Application to test Clayton, Normal, and factor copula models
- Analogous to the standard J-test in GMM — see Standard Errors and Clustering
- Extends SMM Estimator for Copulas from estimation to model evaluation
See Also
- SMM Copula Asymptotic Theory — underlying asymptotic results
- SMM Copula Simulation and Application — Monte Carlo and empirical test results
- SMM Estimator for Copulas — the estimator being tested
Sources
- Oh_Patton_SMM_copulas_nov11.pdf — Oh & Patton (2011), Section 2.5