Simulation-Based Estimation - Overview
Summary
Simulation-based estimation methods replace analytically intractable criterion functions (likelihoods or moment conditions) with Monte Carlo approximations computed from simulated data. The three main approaches — the Method of Simulated Moments (MSM), Indirect Inference, and the Efficient Method of Moments (EMM) — are all consistent and asymptotically normal, but differ in how they construct the criterion function and in their efficiency properties. These methods are essential when the model’s likelihood or moment conditions cannot be evaluated in closed form, which is common in financial econometrics (stochastic volatility, copula models, continuous-time processes).
Overview
The estimation of unknown parameters in econometric models generally involves optimizing a criterion function based on the likelihood function or a set of moment restrictions. For many models of interest — particularly in financial econometrics — neither the likelihood function nor the relevant moment restrictions have a tractable analytical form. This arises when:
- Unobservable variables enter the model nonlinearly, creating multiple integrals in the likelihood that cannot be evaluated by standard numerical methods (e.g., stochastic volatility models)
- Continuous-time processes are observed only at discrete intervals, and the transition density has no closed-form expression (e.g., diffusion models for interest rates)
- Complex dependence structures make the copula likelihood unavailable or computationally infeasible (e.g., factor copula models)
Definition: Simulation-Based Estimator
A simulation-based estimator replaces an analytically intractable quantity — such as a likelihood, moment condition, or score — with its Monte Carlo approximation computed from simulated paths drawn from the model at parameter value . The estimator is obtained by optimizing the simulated criterion function over .
The Three Main Approaches
1. Method of Simulated Moments (MSM/SMM)
The MSM replaces analytical moment conditions with simulated counterparts. The estimator minimizes the distance between sample moments and their simulated analogues:
where incorporates simulated estimates of the theoretical moments. Introduced by McFadden (1989) and Pakes and Pollard (1989).
Key properties:
- Consistent for any fixed as
- Asymptotic variance contains an additional component from simulation noise
- Equivalent to GMM as
- Efficiency depends on the choice of moment conditions
See Method of Simulated Moments for full treatment.
2. Indirect Inference
Indirect inference uses an auxiliary model — a possibly misspecified but tractable model — as an intermediary. The structural parameters are chosen so that simulated data from the structural model, when fit with the auxiliary model, produce parameter estimates close to those from the real data.
Two asymptotically equivalent formulations:
- Minimum distance: match auxiliary parameter estimates
- Score-based: match the score of the auxiliary model evaluated at the real-data estimates
Introduced by Gouriéroux, Monfort, and Renault (1993) and Smith (1993).
See Indirect Inference for full treatment.
3. Efficient Method of Moments (EMM)
EMM combines indirect inference with a flexible, data-dependent auxiliary model — specifically the semi-nonparametric (SNP) density of Gallant and Nychka (1987). By increasing the flexibility of the auxiliary model with the sample size, EMM can achieve asymptotic efficiency equal to MLE.
Introduced by Gallant and Tauchen (1996a).
See Efficient Method of Moments for full treatment.
Comparison of Methods
| Feature | MSM | Indirect Inference | EMM |
|---|---|---|---|
| Criterion | Moment conditions | Auxiliary model parameters/scores | SNP model scores |
| Moment choice | User-specified | Implied by auxiliary model | Data-driven via SNP |
| Efficiency | Depends on moments | Depends on auxiliary model | Asymptotically efficient |
| Requires auxiliary model | No | Yes | Yes (SNP) |
| Computational cost | Low-moderate | Moderate-high (nested optimization) | High |
| Consistency | fixed | fixed | fixed |
| Simulation variance | factor | factor | factor |
Asymptotic Variance Structure
All three estimators share a common asymptotic variance structure:
where is the asymptotic variance of the corresponding (infeasible) GMM estimator and is the number of simulation replications. The factor reflects the additional Monte Carlo sampling variance. As , the simulation-based estimator attains the same efficiency as the analytical counterpart.
Motivating Examples
Discrete-Time Stochastic Volatility (SV) Model
The latent log-volatility makes the marginal likelihood a -dimensional integral — analytically and numerically intractable. However, simulating paths from the model is straightforward via path simulations.
Continuous-Time Diffusion Models
Observed at discrete intervals , the transition density generally has no closed form. The Cox-Ingersoll-Ross model is a special case where is non-central , but more general specifications require simulation.
Copula-Based Multivariate Models
For copula models where the likelihood is not known in closed form (e.g., factor copulas), or where the researcher wants to match specific dependence features rather than the full likelihood, simulation-based methods using rank dependence measures provide a tractable estimation approach. See SMM Estimator for Copulas.
Connections
- Generalizes GMM estimation to settings where moment conditions are analytically intractable
- Applied to copula models via the SMM approach of Oh and Patton (2011)
- Dependence Measures for Copulas provides the “moments” used in SMM for copulas
- Practical Issues in Simulation Estimation covers implementation details common to all three methods
See Also
- Method of Simulated Moments — core MSM/SMM framework and theory
- Indirect Inference — auxiliary model approach
- Efficient Method of Moments — SNP-based asymptotically efficient procedure
- SMM Estimator for Copulas — application of SMM to copula estimation
- Practical Issues in Simulation Estimation — variance reduction, common random numbers
Sources
- tdb136.pdf — Liesenfeld & Breitung (1998), “Simulation Based Methods of Moments in Empirical Finance”
- Oh_Patton_SMM_copulas_nov11.pdf — Oh & Patton (2011), “Simulated Method of Moments Estimation for Copula-Based Multivariate Models”