Search found 5 matches
- Tue May 24, 2016 4:14 am
- Forum: Programming
- Topic: statistical test DQ/wald test
- Replies: 1
- Views: 2790
Re: statistical test DQ/Wald test
PS: perhaps the dq statistic is best known for Wald test
- Tue May 24, 2016 2:37 am
- Forum: Programming
- Topic: statistical test DQ/wald test
- Replies: 1
- Views: 2790
statistical test DQ/wald test
Hi guys.
Anyone know how to implement this test in Eviews?
Best regards
Anyone know how to implement this test in Eviews?
Best regards
- Mon May 16, 2016 4:04 am
- Forum: Programming
- Topic: question about matrix code
- Replies: 4
- Views: 3823
Re: question about matrix code
Did you run it as a program. As an aside, the syntax for step is: for !i=1 to !imax step 2 Thanks! I´m yet a noob programming in Eviews. I have other question. In this code: !n = 6 workfile test u 1 !n matrix(!n,2) x x.fill 1.5, 0.7, 1, 2, 2.5, 3, 0.5, 2.2, 1.3, 1.7, 4, 3.5 vector(!n) y y.fill 15, 17,...
- Mon May 16, 2016 2:40 am
- Forum: Programming
- Topic: question about matrix code
- Replies: 4
- Views: 3823
Re: question about matrix code
Did you run it as a program. As an aside, the syntax for step is: for !i=1 to !imax step 2 Thanks! I´m yet a noob programming in Eviews. I have other question. In this code: !n = 6 workfile test u 1 !n matrix(!n,2) x x.fill 1.5, 0.7, 1, 2, 2.5, 3, 0.5, 2.2, 1.3, 1.7, 4, 3.5 vector(!n) y y.fill 15, 17,...
- Sun May 15, 2016 1:47 pm
- Forum: Programming
- Topic: question about matrix code
- Replies: 4
- Views: 3823
question about matrix code
Hi guys. I want to make a matrix, but I have some problems. The code is as follows: !imax = 5 matrix(!imax,!imax) amat = 0 for !i=1 to !imax amat(!i,!i) = !i next !imax = 5 matrix(!imax,!imax) amat = 0 for !i=1 to !imax step = 2 amat(!i,!i) = !i next Soon the second line appears the error "!IMA...
