Search found 6 matches
- Sun Jun 27, 2010 1:49 pm
- Forum: Econometric Discussions
- Topic: Johansen Cointegration Test
- Replies: 1
- Views: 3694
Re: Johansen Cointegration Test
I forgot to say I was dealing with two variables. I learned that in a bivariate VAR(p) model, the Johansen test testes the values of the eigenvalues of a 2*2 matrix. It is in two parts : - first it testes if the two eigenvalues are zero. - second it testes if at least one eigenvalue is zero. I have ...
- Sun Jun 27, 2010 1:11 pm
- Forum: Econometric Discussions
- Topic: Johansen Cointegration Test
- Replies: 1
- Views: 3694
Johansen Cointegration Test
Dear all,
I am doing a Johansen Cointegration Test.
In the output, both "At most 1" and "None" have P-Values bigger than 0.10. The P-Value of "At most 1" is a bit higher than the P-Value of "None". Which hypothesis should I accept ?
Thank you very much
I am doing a Johansen Cointegration Test.
In the output, both "At most 1" and "None" have P-Values bigger than 0.10. The P-Value of "At most 1" is a bit higher than the P-Value of "None". Which hypothesis should I accept ?
Thank you very much
- Tue Apr 13, 2010 12:38 pm
- Forum: Programming
- Topic: An introduction to EViews programming.
- Replies: 2
- Views: 3762
Re: An introduction to EViews programming.
Thank you Gareth
- Tue Apr 13, 2010 12:36 pm
- Forum: Programming
- Topic: possible distributions
- Replies: 2
- Views: 3628
Re: possible distributions
Thank you tchaithonov
- Mon Apr 12, 2010 12:49 pm
- Forum: Programming
- Topic: possible distributions
- Replies: 2
- Views: 3628
possible distributions
Dear EViews users,
Where can I find all the distributions that can be simulated with EViews ?
To simulate a normal N(0,1) error term, I can use "nrnd", but what can I use for a Bernoulli, a Binomial, a geometric or a Gamma distribution ?
Thank you very much
Where can I find all the distributions that can be simulated with EViews ?
To simulate a normal N(0,1) error term, I can use "nrnd", but what can I use for a Bernoulli, a Binomial, a geometric or a Gamma distribution ?
Thank you very much
- Mon Apr 12, 2010 12:41 pm
- Forum: Programming
- Topic: An introduction to EViews programming.
- Replies: 2
- Views: 3762
An introduction to EViews programming.
Dear EViews users, 'create a workfile wfcreate q 1990 2010 'create a y series series y=nrnd 'create 15 X series for !i=1 to 15 series x{!i}=nrnd next The quaterly workfile goes from 1990 to 2010. So "y" will be of length 21*4=84, and so will be "x1",...,"x15" ? Am I rig...
