Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

One of the things which makes econometrics unique is the use of the Generalized Method of Moments technique.

What types of problems make GMM more appropriate than other estimation techniques? What does using GMM buy you in terms of efficiency or reduced bias or more specific parameter estimation?

Conversely, what do you lose by using GMM over MLE, etc.?

share|improve this question
GMM techniques are not unique to econometrics - although other flavors of statistician tend to have other names for the same ideas. They are popular anywhere you want to do statistical inference but can't justify a full modeling approach (or don't want to) - see applications in biostatistics, survey research, social science, and probably much else. – guest May 4 '12 at 5:40

migrated from economics.stackexchange.com May 4 '12 at 4:37

4 Answers

GMM is practically the only estimation method which you can use, when you run into endogeneity problems. Since these are more or less unique to econometrics, this explains GMM atraction. Note that this applies if you subsume IV methods into GMM, which is perfectly sensible thing to do.

share|improve this answer
Well you can estimate IV lots of ways right? TSLS, etc.... But GMM is probably the most flexible. – Ari B. Friedman Dec 13 '11 at 17:38
2  
TSLS is GMM with special weighting matrix. – mpiktas Dec 13 '11 at 17:47
This may be nitpicky semantics, but I'd view TSLS as its own procedure, that can be viewed as a special case of GMM. Just because you can run OLS in a GLM doesn't make OLS:=GLM.... – Ari B. Friedman Dec 14 '11 at 0:14
Historically yes. But treating TSLS as GMM procedure is very natural. See Wooldridge's Econometric Analysis of Cross Section and Panel Data, chapter 8, for example. I do not know for sure, but I think GMM was thought as a generalisation of TSLS, so including it into GMM would seem to be prudent. – mpiktas Dec 14 '11 at 7:14
Like I said...semantics. :-) But +1 for a good answer. – Ari B. Friedman Dec 14 '11 at 12:17

The implications of economic theories are often naturally formulated in terms of conditional moment restrictions (see e.g. the original asset pricing application of LP Hansen) which nest a variety of unconditional restrictions thus leading to overidentification. Rather than arbitrarily picking "which squares to minimize" to satisfy a subset of those restriction exactly using whatever-LS, GMM provides a way of efficiently combining all of them.

MLE requires a complete specification - all of the moments of all the random variables included in the model should be matched. If those additional restrictions are satisfied in the population, you are naturally getting a more efficient estimator, perhaps, with a better behaving objective function to be optimized.

In the context of simulation estimation, however, nonlinearity of likelihood functions introduces an additional source of bias, complicating the comparison with SMM.

share|improve this answer

One partial answer seems to be that:

"In models for which there are more moment conditions than model parameters, GMM estimation provides a straightforward way to test the specification of the proposed model. This is an important feature that is unique to GMM estimation."

This seems like it would be important but insufficient to wholly explain the popularity of GMM in metrics.

share|improve this answer
1  
That's exactly right; I don't know why you think this is a partial answer. To supplement: suppose that 1 moment condition would be enough for identification of parameters, but theory provides a set of moment conditions, all of which are equally valid. In that case, rather than choosing one moment condition at random, it is intuitively more appealing to minimize some weighted average of deviations from each of the moment conditions. This is, roughly speaking, what the GMM estimator does. – Zermelo Nov 30 '11 at 19:28
Ah, I just noticed that your question asks for more than just why GMM is used. – Zermelo Nov 30 '11 at 19:29
@Zermelo: Precisely ;-) – Ari B. Friedman Nov 30 '11 at 19:44

GMM is a semi-parametric method; it is also a partial information method, as compared to (full-information) MLE.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.