metrics EC484_Econometrics_Analysis

Or, so called GMM.

The GMM Set Up

Some important assumptions:

  • Why we need Continuity? Because once we have assumed there exists continuity, we could then apply the Central Limit Theorem to the sample moment.

Continuous function would have the minimum value in a compact set.

Thus we could estimate the .

See a counter example:

The function is not continuous at .

Another assumption is the Dominance, which is written as:

  • Why we need Dominance?

Because we need to apply the Uniform Law of Large Numbers, which requires the Dominance condition.

GMM in the linear setting

Suppose we have a linear system:

It’s moment conditionis based on that the error term is uncorrelated with the regressors. Thus we have:

When we set the , we would have the GMM estimator:

Yes and As you can see, since everything is linear, we could just solve it directly. But in the non-linear setting, we could not solve it directly. Thus we need to use numerical optimization methods to find the estimator.

GMM in the non linear setting

Suppose we have a linear system:

Similarly, we could get the moment condition:

GMM estimator:

The Asymptotic Normality would satisfy, which could be represented by:

We would describe it one by one:

  • What is ?

We denote a Jabobian matrix

Recall the asymptotic variance is , for simplicity, we denote it as .

Note that is dependent on the weighting matrix .

How to understand the ? , which is the variance covariance matrix of the moment conditions. The larger the , the larger the variance of the estimator, which we don’t want to see. Thus we need to give them a smaller weight. In practice, the optimal Weighting Matrix would be

Plus, under the optimal weighting matrix, the asymptotic variance could be simplified as:

The optimal weighting strategy: Weight each moment condition inversely proportional to its variance. This is like inverse-variance weighting you might have seen in statistics.