Unstable GMM results
Posted: Sun Oct 09, 2011 11:11 pm
I have estimated 100 GMM equations using a program that loops over such a line of code:
equation eq{!i}.GMM(INSTWGT=HAC,GMMITER=1,DERIV=AA) [equation] @ [instruments]
For some of the 100 cases the coefficient estimates calculated by Eviews are implausible: Eviews shows a negative coefficient while a positive coefficient would be expected. However, when double-clicking the equation, then clicking the "Estimate" button, and then just clicking the "OK" button (without changing any of the parameters in the "Equation Estimation" window), the coefficient value jumps from the negative value to the correct positive value.
My initial suspicion was that just opening and closing the "Equation Estimation" window would be using a different (default) parameter set. Therefore, I have already tried specifying as many parameters as possible directly in the code which generates the equation. However, this did not resolve the problem.
Is there a possible explanation for this behavior, and if so, how can this be corrected? Thank you for your reply.
equation eq{!i}.GMM(INSTWGT=HAC,GMMITER=1,DERIV=AA) [equation] @ [instruments]
For some of the 100 cases the coefficient estimates calculated by Eviews are implausible: Eviews shows a negative coefficient while a positive coefficient would be expected. However, when double-clicking the equation, then clicking the "Estimate" button, and then just clicking the "OK" button (without changing any of the parameters in the "Equation Estimation" window), the coefficient value jumps from the negative value to the correct positive value.
My initial suspicion was that just opening and closing the "Equation Estimation" window would be using a different (default) parameter set. Therefore, I have already tried specifying as many parameters as possible directly in the code which generates the equation. However, this did not resolve the problem.
Is there a possible explanation for this behavior, and if so, how can this be corrected? Thank you for your reply.