Constaint on coefficient System GMM

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

alexandrelohmann
Posts: 1
Joined: Mon Feb 20, 2023 11:29 am

Constaint on coefficient System GMM

Postby alexandrelohmann » Tue Feb 21, 2023 4:52 am

Hi

I am having some difficulty with the following issue:

I need to replicate an inflation model from a Central Bank in Eviews -
The model look like this (simplified)

sys_workhorse2.append Y1 = c(11)*X11+ c(12)*X12 + c(13)*X13
sys_workhorse2.append Y2 = c(21)*X21+ c(22)*X22 + c(23)*X32
sys_workhorse2.append Y3 = c(31)*X31+ c(32)*X32 + c(33)*X33

According to the working paper, i need to impose a constrain on some coefficient such as :

c(11)=c(21)*c(31)/c(32)

Any thoughts about how to do it?

Thanks you very much.

startz
Non-normality and collinearity are NOT problems!
Posts: 3797
Joined: Wed Sep 17, 2008 2:25 pm

Re: Constaint on coefficient System GMM

Postby startz » Tue Feb 21, 2023 6:51 am

Hi

I am having some difficulty with the following issue:

I need to replicate an inflation model from a Central Bank in Eviews -
The model look like this (simplified)

sys_workhorse2.append Y1 = c(11)*X11+ c(12)*X12 + c(13)*X13
sys_workhorse2.append Y2 = c(21)*X21+ c(22)*X22 + c(23)*X32
sys_workhorse2.append Y3 = c(31)*X31+ c(32)*X32 + c(33)*X33

According to the working paper, i need to impose a constrain on some coefficient such as :

c(11)=c(21)*c(31)/c(32)

Any thoughts about how to do it?

Thanks you very much.
Replace

Code: Select all

c(11)
in the code with

Code: Select all

(c(21)*c(31)/c(32))
Be sure that the starting value for c(32) is not zero.


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests