Search found 3 matches
- Wed Jan 29, 2020 8:25 am
- Forum: Programming
- Topic: Model with Restriction on Coefficients
- Replies: 4
- Views: 6773
Re: Model with Restriction on Coefficients
Ok! Thanks a lot for your answers ! I also want to run endogeneity tests for a set of regressors. Do I need to test each regressor individually for endogeneity or all at once? I saw that Eviews allows to test one at the time or all at once, but I am wondering what is the right way to do the test (it...
- Tue Jan 28, 2020 11:54 am
- Forum: Programming
- Topic: Model with Restriction on Coefficients
- Replies: 4
- Views: 6773
Re: Model with Restriction on Coefficients
Ok thanks for the reply. When I replace the coefficient, it works for C(2) = 0 sys_USA.append LR_USA = C(1) + 0 * SR_USA + C(3) * INF_USA + C(4) *GDP_USA + [AR(1) = C(5)] @ INSTR_LIST_USA but it doesn't work for C(5) = 0.85 sys_USA.append LR_USA = C(1) + 0 * SR_USA + C(3) * INF_USA + C(4) *GDP_USA +...
- Tue Jan 28, 2020 11:06 am
- Forum: Programming
- Topic: Model with Restriction on Coefficients
- Replies: 4
- Views: 6773
Model with Restriction on Coefficients
Hi, I am trying to make a model with restrictions on coefficients. I have defined one system for each country with the following restrictions : system sys_USA sys_USA.append LR_USA = C(1) + C(2) * SR_USA + C(3) * INF_USA + C(4) *GDP_USA + + [AR(1) = C(5)] @ INSTR_LIST_USA sys_USA.append C(5)=0.85 @ ...
