Questions tagged [generalized-moments]

generalized-moments stands for the econometric technique of "generalized method of moments", a method of quadratically combining multiple "generalized moments", or "estimating equations", to obtain parameter estimates, their standard errors, and test statistics in single and multiple-equation, cross-sectional, time-series, and panel data models.

The generalized method of moments, commonly abbreviated as GMM, is a cornerstone econometric inferential technique developed by economist Lars Peter Hansen for which he was awarded Nobel Prize in 2013. It proceeds by extending the knowledge obtained from a substantive model that for some function $g(X,\theta)$ of the data $X$ and parameter vector $\theta_0$, one can establish a population relation $$E[ g(X,\theta_0)] = 0,$$ referred to as generalized moments (hence the name, the generalized method of moments); statisticians would call them estimating equations. Typical examples include the regression normal equations $E[ x'\varepsilon] = 0$, instrumental variable conditions $E[z'\varepsilon]=0$, and the likelihood score equations $E \frac{\partial l(x,\theta)}{\partial \theta}=0$. Then the sample analogue of the moment condition is formed as $$\frac1n \sum_{i=1}^n g(x_i,\theta)$$ in the i.i.d. case, and somewhat more complicated expressions for the dependent cases (time series, panel data, cluster samples). Minimizing a weighted sum of these conditions provides the parameter estimates $\theta$ and other inferential tools. The weights can be configured to pay a greater attention to satisfying conditions that are more interesting, informative, or better measured. GMM works with all of single- and multiple-equation cross-sectional, time-series, and panel data models. The theory of GMM also provides asymptotic standard errors and asymptotic tests.

GMM avoids making assumptions about the distribution of the error terms and having to specify a full statistical model. It provides a unifying framework for many estimators like ordinary least squares (OLS), instrumental variables (IV), generalized least squares (GLS), non-linear least squares (NLS), and maximum likelihood estimation (MLE).

More information can be found in the Wikipedia entry for GMM.

Other uses of the GMM acronym in other areas of statistics include Gaussian mixture models and growth mixture models. Hence the use of the abbreviated tag gmm is discouraged, and method-specific unabbreviated tags should be used instead.

171 questions
4
votes
1 answer

Could the covariance matrix of the moment conditions in GMM be ill-conditioned?

General question: In a generalized method of moments estimation could the covariance matrix of the moment conditions be ill-conditioned and therefore the inverse not computable? Background on my model: I am estimating a random coefficient logit…
3
votes
1 answer

How to implement the Generalized Method of Moments for the upper limit of a uniform?

Suppose $\{Y_1,\ldots,Y_n\}$ are iid uniform on $[0,\theta]$ where $\theta$ is the unknown parameter. I'm trying to understand how to create a GMM estimator for $\theta$ and I'm not really sure how. I know I can use $E(Y-\frac{\theta}{2}) = E(Y^2 -…
Kashif
  • 507
1
vote
0 answers

please guide me xtabond2

This is my first experience for GMM. help me, please. I should examine the relationship between X and Y across US states over the period 1993–2015 using the System GMM estimator. The lagged DVs, along with X1 and X2, are treated as endogenous and…
1
vote
0 answers

Dynamic vs. static model

I know that the decision between a dynamic and static model is mostly based on underlying theory. However, my supervisor asked me to estimate both and thereby distinguish between short and long run effects.I´m using an gmm estimation with internal…
1
vote
0 answers

Using generalized method of moments (GMM) with partially overlapping expectational errors

I use GMM to estimate the log-linear Euler equation (using Stata). But I have autocorrelated error terms of the MA(q) form because of partially overlapping expectational errors. I'm a bit confused by this... Should I take it into account only when…
1
vote
0 answers

GMM Estimator Problem

Suppose $X_i$ is uniformly distributed on $[v;c]$, where $v$ is the parameter of interest and $c$ is some constant. The task is to find a GMM estimator of $v$. I know that to derive a GMM estimator we need to specify moment conditions that contain…
user94383
0
votes
1 answer

Selection of weighting matrix in GMM estimation

As stated in the title. Are there any assumptions or restrictions behind in selection of weighting matrix in doing the estimation? Does it exist a form which is suitable in most cases?
L.Chau
  • 1