Search found 4 matches
- Sun Aug 07, 2011 8:58 pm
- Forum: Estimation
- Topic: LSTAR model
- Replies: 1
- Views: 3812
LSTAR model
hi everyone, I would like to estimate the following LSTAR model: yt = a0 + a1yt-1 + (b0+b1yt-1) / (1+exp(-gamma*yt-1) + et and my code is: equation eq1.ls y=c(1)+c(2)*y(-1)+(c(3)+c(4)*y(-1))/(1+exp(-c(5)*(y(-1)))) but, by the definition of the LSTAR model, c(5) must be positive. Is there any way to ...
- Tue Oct 12, 2010 7:58 pm
- Forum: Econometric Discussions
- Topic: cointegration
- Replies: 1
- Views: 3642
cointegration
hi everyone I am confused. If I have three variables, two of them are I(1), and the other one is I(0), is it appropriate to use the bulit-in package(Johansen error correction model) to analysis? It sounds strange to use Johansen error correction model to analysis this kind of mixed group, but someon...
- Wed Aug 25, 2010 6:18 pm
- Forum: Econometric Discussions
- Topic: Testing the appropriate lag length in a VAR
- Replies: 18
- Views: 63536
Re: Testing the appropriate lag length in a VAR
I' m using EViews7 now. Before I fill the number of lags in the lag specification column, there is a default value in that column. And when the sample is large, the default value will be large, such as 8. When the sample is small, the default value will be small, such as 3. I'm wondering that how EV...
- Wed Aug 25, 2010 6:07 pm
- Forum: Econometric Discussions
- Topic: GMM
- Replies: 2
- Views: 4937
Re: GMM
I'm not sure what Gareth mean. If I estimate the weighting matrix by HAC to adjust the hetero and autocorrelation problem, then use the HAC to estimate the covariance matrix is still meaningful? I mean that, when I estimate the wieghting matirx, the hetero and autocorrelation problem should have bee...
