Search found 5 matches
- Fri Dec 05, 2008 11:28 am
- Forum: Programming
- Topic: Regressing AR(x) model
- Replies: 2
- Views: 14718
Re: Regressing AR(x) model
Thank you!
- Fri Dec 05, 2008 9:12 am
- Forum: Programming
- Topic: Regressing AR(x) model
- Replies: 2
- Views: 14718
Regressing AR(x) model
I have a series y and want to regress it like an AR(x) model. I can type "ls y AR(1) AR(2)... AR(x)" but in programming can I do something like "ls y AR(1:x)"? This specific notation does not work. I hope it is clear what I want to do. I now have: vector(20) hs equation eq for !i...
- Thu Nov 27, 2008 7:27 am
- Forum: Programming
- Topic: Can EViews do this? (MatLab can)
- Replies: 4
- Views: 8833
Re: Can EViews do this? (MatLab can)
Is this code correct?, it does not agree with MatLab.
- Thu Nov 27, 2008 2:47 am
- Forum: Programming
- Topic: Can EViews do this? (MatLab can)
- Replies: 4
- Views: 8833
Re: Can EViews do this? (MatLab can)
Thank you :-)
- Wed Nov 26, 2008 4:18 am
- Forum: Programming
- Topic: Can EViews do this? (MatLab can)
- Replies: 4
- Views: 8833
Can EViews do this? (MatLab can)
I want to find the polynomial corresponding to given roots, (in order to create a stationary ARMA process).
In MatLab I know you can type poly(x) and this gives you the coefficients of the characteristic polynomial with roots x.
Please help!
In MatLab I know you can type poly(x) and this gives you the coefficients of the characteristic polynomial with roots x.
Please help!
