You’re saying you want to use a VAR to estimate a model that is neither vectorised or have any Autoregressive components.
I’m telling you that since you don’t want the V, or the AR, a VAR model is not going to do what you want.
You want a system.
Search found 12824 matches
- Fri Apr 16, 2021 7:11 pm
- Forum: Estimation
- Topic: restrictions in SVAR
- Replies: 7
- Views: 89
- Fri Apr 16, 2021 5:14 pm
- Forum: Estimation
- Topic: restrictions in SVAR
- Replies: 7
- Views: 89
Re: restrictions in SVAR
That’s just a system of equations. It is not a VAR at all.
- Fri Apr 16, 2021 3:56 pm
- Forum: Estimation
- Topic: restrictions in SVAR
- Replies: 7
- Views: 89
Re: restrictions in SVAR
If I’m understanding properly, you want to estimate something that isn’t a VAR using the VAR object?
- Fri Apr 16, 2021 6:04 am
- Forum: Programming
- Topic: A little bug in the commands "include" and "exec"
- Replies: 1
- Views: 54
Re: A little bug in the commands "include" and "exec"
Not a bug - that’s how they are supposed to work. Include inherits variables, exec doesn’t.
- Wed Apr 14, 2021 8:08 am
- Forum: Add-in Writing area
- Topic: How to use "_this"
- Replies: 3
- Views: 10997
Re: How to use "_this"
Unfortunately not - there is no way to name an unnamed object. That's why _this is provided.
- Tue Apr 13, 2021 8:48 am
- Forum: Bug Reports
- Topic: Why me, why always me
- Replies: 6
- Views: 185
- Mon Apr 12, 2021 10:30 am
- Forum: Bug Reports
- Topic: Why me, why always me
- Replies: 6
- Views: 185
Re: Why me, why always me
Try now.
- Mon Apr 12, 2021 9:14 am
- Forum: Add-in Writing area
- Topic: Issue with addin command
- Replies: 5
- Views: 498
Re: Issue with addin command
Yep, its a bug. Will be fixed next patch (EV12, poss. 11)
- Wed Apr 07, 2021 2:00 pm
- Forum: Models
- Topic: Model solver producing inaccurate results
- Replies: 1
- Views: 230
Re: Model solver producing inaccurate results
email support@eviews.com the workfile.
- Tue Apr 06, 2021 5:33 am
- Forum: Programming
- Topic: Plot links at workfile frequency
- Replies: 4
- Views: 471
- Mon Apr 05, 2021 8:03 pm
- Forum: Programming
- Topic: Plot links at workfile frequency
- Replies: 4
- Views: 471
Re: Plot links at workfile frequency
Which command are you using to do the plot?
- Mon Apr 05, 2021 5:49 pm
- Forum: Econometric Discussions
- Topic: Dummy Variable (near matrix error)
- Replies: 2
- Views: 327
Re: Dummy Variable (near matrix error)
Run this code:
Code: Select all
wfcreate u 100
series y=@nrnd
series x1=@nrnd
series x2=@nrnd
series x3 = x1+x2
group g x1 x2 x3
show g.corr
equation eq1.ls y c x1 x2 x3
- Mon Apr 05, 2021 8:20 am
- Forum: Estimation
- Topic: GARCH Eviews calculation of forecast questions
- Replies: 2
- Views: 180
Re: GARCH Eviews calculation of forecast questions
Hit the forecast button and enter a name in the garch box
- Mon Apr 05, 2021 7:34 am
- Forum: Add-in Writing area
- Topic: Best way to set up user dialogs for add-in conditional on GUI execution
- Replies: 2
- Views: 247
Re: Best way to set up user dialogs for add-in conditional on GUI execution
Typical way is to check whether any inputs were given as options or arguments. If none were, then it was executed via menu.
- Mon Apr 05, 2021 7:10 am
- Forum: Bug Reports
- Topic: Single string counted as two
- Replies: 4
- Views: 349
Re: Single string counted as two
Parenthesis can act as word breaks too