Search found 4 matches
- Tue Nov 12, 2013 3:03 am
- Forum: Programming
- Topic: Impose coefficient restrictions in uncontrained VAR
- Replies: 4
- Views: 7760
Re: Impose coefficient restrictions in uncontrained VAR
Hi everybody, Is it possible to constraint the system using a command line in a relative automated manner ? After an estimation of unconstrained VAR, let's say var1, many coefficients appear to be non-significant. I want to re-estimate the system by imposing them to be null. After, I guess this firs...
- Mon Oct 13, 2008 9:45 am
- Forum: Programming
- Topic: Donig the same operation for all the series in a workfile
- Replies: 7
- Views: 18200
Re: Donig the same operation for all the series in a workfile
Very useful.
Thanks a lot.
Thanks a lot.
- Mon Oct 13, 2008 4:48 am
- Forum: Programming
- Topic: Donig the same operation for all the series in a workfile
- Replies: 7
- Views: 18200
Donig the same operation for all the series in a workfile
I've a workfile with hundreds of series imported. And I want to do the same operation (let's say to divide by 10) for all the series where their names have not a unique pattern. Is it possible under EViews 6 ?
- Mon Oct 13, 2008 3:44 am
- Forum: Programming
- Topic: using strings in for loops
- Replies: 9
- Views: 19787
Re: using strings in for loops
I propose as intermediate solution to try this :
for %c UK US
genr prod{%c}=gdp{%c}/emp{%c}
next
I try it, it is OK!
for %c UK US
genr prod{%c}=gdp{%c}/emp{%c}
next
I try it, it is OK!
