Generalized method of moments


In econometrics and statistics, the generalized method of moments is a generic method for estimating parameters in statistical models. Usually it is applied in the context of semiparametric models, where the parameter of interest is finite-dimensional, whereas the full shape of the data's distribution function may not be known, and therefore maximum likelihood estimation is not applicable.
The method requires that a certain number of moment conditions be specified for the model. These moment conditions are functions of the model parameters and the data, such that their expectation is zero at the parameters' true values. The GMM method then minimizes a certain norm of the sample averages of the moment conditions, and can therefore be thought of as a special case of minimum-distance estimation.
The GMM estimators are known to be consistent, asymptotically normal, and efficient in the class of all estimators that do not use any extra information aside from that contained in the moment conditions. GMM were advocated by Lars Peter Hansen in 1982 as a generalization of the method of moments, introduced by Karl Pearson in 1894. However, these estimators are mathematically equivalent to those based on "orthogonality conditions" or "unbiased estimating equations".

Description

Suppose the available data consists of T observations, where each observation Yt is an n-dimensional multivariate random variable. We assume that the data come from a certain statistical model, defined up to an unknown parameter. The goal of the estimation problem is to find the “true” value of this parameter, θ0, or at least a reasonably close estimate.
A general assumption of GMM is that the data Yt be generated by a weakly stationary ergodic stochastic process.
In order to apply GMM, we need to have "moment conditions", that is, we need to know a vector-valued function g such that
where E denotes expectation, and Yt is a generic observation. Moreover, the function m must differ from zero for, otherwise the parameter θ will not be point-identified.
The basic idea behind GMM is to replace the theoretical expected value E with its empirical analog—sample average:
and then to minimize the norm of this expression with respect to θ. The minimizing value of θ is our estimate for θ0.
By the law of large numbers, for large values of T, and thus we expect that. The generalized method of moments looks for a number which would make as close to zero as possible. Mathematically, this is equivalent to minimizing a certain norm of . The properties of the resulting estimator will depend on the particular choice of the norm function, and therefore the theory of GMM considers an entire family of norms, defined as
where W is a positive-definite weighting matrix, and denotes transposition. In practice, the weighting matrix W is computed based on the available data set, which will be denoted as. Thus, the GMM estimator can be written as
Under suitable conditions this estimator is consistent, asymptotically normal, and with right choice of weighting matrix also asymptotically efficient.

Properties

Consistency

is a statistical property of an estimator stating that, having a sufficient number of observations, the estimator will converge in probability to the true value of parameter:
Sufficient conditions for a GMM estimator to be consistent are as follows:
  1. where W is a positive semi-definite matrix,
  2. only for
  3. The space of possible parameters is compact,
  4. is continuous at each θ with probability one,
The second condition here is often particularly hard to verify. There exist simpler necessary but not sufficient conditions, which may be used to detect non-identification problem:
In practice applied econometricians often simply assume that global identification holds, without actually proving it.

Asymptotic normality

is a useful property, as it allows us to construct confidence bands for the estimator, and conduct different tests. Before we can make a statement about the asymptotic distribution of the GMM estimator, we need to define two auxiliary matrices:
Then under conditions 1–6 listed below, the GMM estimator will be asymptotically normal with limiting distribution:
Conditions:
  1. is consistent,
  2. The set of possible parameters is compact,
  3. is continuously differentiable in some neighborhood N of with probability one,
  4. the matrix is nonsingular.

    Efficiency

So far we have said nothing about the choice of matrix W, except that it must be positive semi-definite. In fact any such matrix will produce a consistent and asymptotically normal GMM estimator, the only difference will be in the asymptotic variance of that estimator. It can be shown that taking
will result in the most efficient estimator in the class of all asymptotically normal estimators. Efficiency in this case means that such an estimator will have the smallest possible variance.
In this case the formula for the asymptotic distribution of the GMM estimator simplifies to
The proof that such a choice of weighting matrix is indeed optimal is often adopted with slight modifications when establishing efficiency of other estimators. As a rule of thumb, a weighting matrix is optimal whenever it makes the “sandwich formula” for variance collapse into a simpler expression.

Implementation

One difficulty with implementing the outlined method is that we cannot take because, by the definition of matrix Ω, we need to know the value of θ0 in order to compute this matrix, and θ0 is precisely the quantity we do not know and are trying to estimate in the first place. In the case of Yt being iid we can estimate W as
Several approaches exist to deal with this issue, the first one being the most popular:
Another important issue in implementation of minimization procedure is that the function is supposed to search through parameter space Θ and find the value of θ which minimizes the objective function. No generic recommendation for such procedure exists, it is a subject of its own field, numerical optimization.

Sargan–Hansen ''J''-test

When the number of moment conditions is greater than the dimension of the parameter vector θ, the model is said to be over-identified. Over-identification allows us to check whether the model's moment conditions match the data well or not.
Conceptually we can check whether is sufficiently close to zero to suggest that the model fits the data well. The GMM method has then replaced the problem of solving the equation, which chooses to match the restrictions exactly, by a minimization calculation. The minimization can always be conducted even when no exists such that. This is what J-test does. The J-test is also called a test for over-identifying restrictions.
Formally we consider two hypotheses:
Under hypothesis, the following so-called J-statistic is asymptotically chi-squared distributed with k–l degrees of freedom. Define J to be:
where is the GMM estimator of the parameter, k is the number of moment conditions, and l is the number of estimated parameters. Matrix must converge in probability to, the efficient weighting matrix.
Under the alternative hypothesis, the J-statistic is asymptotically unbounded:
To conduct the test we compute the value of J from the data. It is a nonnegative number. We compare it with the 0.95 quantile of the
distribution:
Many other popular estimation techniques can be cast in terms of GMM optimization:

Implementations

*
*
*
*
*
*