Indirect Inference

Summary

Indirect inference estimates structural parameters by matching properties of an auxiliary model — a possibly misspecified but tractable model — between observed and simulated data. The structural model is too complex for direct estimation, but the auxiliary model can be estimated by quasi-MLE. The key idea: find such that simulated data from the structural model “looks like” real data through the lens of the auxiliary model. Two formulations exist: minimum distance (match auxiliary parameter estimates) and score-based (match auxiliary model scores). Both are consistent and asymptotically equivalent, but differ computationally.

Overview

The MSM approach requires the researcher to specify moment conditions, which may not fully capture the model’s features. Indirect inference offers an alternative: instead of choosing moments directly, the researcher chooses an auxiliary model whose parameters implicitly define a rich set of moment conditions.

The approach was proposed by Gouriéroux, Monfort, and Renault (1993) for the minimum distance formulation, and by Gallant and Tauchen (1996a) for the score-based formulation (which they termed “EMM” when combined with the SNP auxiliary model — see Efficient Method of Moments).

Setup

Let denote the auxiliary model, where is a -dimensional parameter vector with (at least as many auxiliary parameters as structural parameters).

The auxiliary model is generally misspecified: there is no such that exactly. However, the quasi-MLE of is well-defined:

Definition: Binding Function

The binding function links the structural parameters to the auxiliary parameters . It is defined as the solution to:

where is the score vector of the auxiliary model and the expectation is taken with respect to the joint distribution implied by the structural model.

The QML estimate converges in probability to the pseudo-true value .

Minimum Distance Formulation

Since the binding function is generally unknown, it must be approximated by simulation.

Definition: Simulated Binding Function

Generate simulated paths from the structural model. For each path, estimate the auxiliary model parameters:

The simulated binding function is the average:

Definition: Minimum Distance Indirect Inference Estimator

The minimum distance indirect inference estimator is:

where is a positive definite weight matrix. The estimator finds the structural parameter for which the simulated auxiliary estimates are as close as possible to the real-data estimates .

Score-Based Formulation

Definition: Score-Based Indirect Inference Estimator

The score-based formulation, suggested by Gallant and Tauchen (1996a), uses the moment conditions implied by the scores of the auxiliary model:

Using path simulations to approximate , the estimator is:

where:

The estimator searches for such that the simulated scores, evaluated at the real-data QML estimate , are close to zero.

Asymptotic Theory

Theorem: Consistency and Asymptotic Normality of Indirect Inference

Both the minimum distance and score-based indirect inference estimators are consistent as for any fixed , and asymptotically normal:

Both approaches yield asymptotically equivalent estimators (Gouriéroux, Monfort, and Renault, 1993).

Theorem: Optimal Weight Matrix for Minimum Distance

For the minimum distance estimator , the asymptotic optimal weight matrix is:

where:

The asymptotic variance is:

where .

Theorem: Optimal Weight Matrix for Score-Based Estimator

For the score-based estimator , the asymptotic optimal weight matrix is:

The asymptotic variance is:

Computational Comparison

FeatureMinimum Distance ()Score-Based ()
Each iteration of Requires nested optimizations to estimate Requires only one optimization for (done once)
Optimal Requires (Hessian estimate)Only requires (variance estimate)
Score vector availabilityNot requiredMust have analytical score
Overall costHigher (nested optimization)Lower

Efficiency and the Choice of Auxiliary Model

The efficiency of indirect inference depends critically on the auxiliary model’s ability to approximate the structural model:

Smoothly Embedded Condition

If in some neighborhood of — i.e., the structural model is smoothly embedded within the auxiliary model — then the indirect inference estimator is asymptotically efficient (equal to MLE).

Two strategies for choosing the auxiliary model:

  1. Simple, close auxiliary model: Choose a tractable model that captures the salient features of the structural model. For example, use a GARCH model as auxiliary for an SV structural model, since both capture volatility clustering.

  2. Data-dependent flexible model (SNP): Use the semi-nonparametric density of Gallant and Nychka (1987), increasing its flexibility with sample size. This is the Efficient Method of Moments approach.

Connections

See Also

Sources

  • tdb136.pdf — Liesenfeld & Breitung (1998), Section 4
  • Gouriéroux, C., A. Monfort, and E. Renault (1993), “Indirect Inference,” Journal of Applied Econometrics 8, S85-S118
  • Gallant, A.R. and G.E. Tauchen (1996a), “Which Moments to Match?,” Econometric Theory 12, 657-681
  • Smith, A.A. (1993), “Estimating Nonlinear Time-Series Models Using Simulated Vector Autoregressions,” Journal of Applied Econometrics 8, S63-S84