Search found 20 matches
- Thu Dec 10, 2015 8:44 am
- Forum: Programming
- Topic: Delete duplicated VAR models
- Replies: 3
- Views: 5322
Re: Delete duplicated VAR models
The best solution might be to only estimate the VAR models I need, however they are generated through a loop that combines all possible combinations of the variables. I think that it is not straitforward to estimate non-duplicated VAR models. I believe it is easier if I use computational brute force...
- Wed Dec 09, 2015 9:22 am
- Forum: Programming
- Topic: Delete duplicated VAR models
- Replies: 3
- Views: 5322
Delete duplicated VAR models
Dear all, I estimated several VAR models with all possible combinations of variables in my database. However the VAR gdp_inf_unem equals the VAR gdp_unem_inf; the VAR gdp_gfcf_unem_inf equals the VAR gdp_unem_inf_gfcf and the VAR gdp_inf_unem_gfcf and so on. Do you know how can I delete duplicated V...
- Thu Nov 26, 2015 10:31 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
Re: VAR forecast name suffix
Thank you very much Gareth!
It works just very well.
Perfect!
It works just very well.
Perfect!
- Thu Nov 26, 2015 9:31 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
Re: VAR forecast name suffix
In my framework the VAR names are not irrelevant since they identify the respective forecast! If I have a VAR with gdp, unem, tbill with 2 lags i want to call the gdp forecasts: gdp2_unem_tbill. If I have a VAR with gdp, unem, gfcf with 2 lags i want to call the gdp forecasts: gdp2_unem_gfcf. If I h...
- Thu Nov 26, 2015 9:22 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
Re: VAR forecast name suffix
More precisely, this is the list of the VAR models: VAR3_1_CEMP_DCP VAR3_1_CEMP_EURUSD VAR3_1_CEMP_GF VAR3_1_CEMP_IPC VAR3_1_CEMP_LTI VAR3_1_CEMP_STI VAR3_1_CEMP_T3 VAR3_1_CEMP_UN VAR3_1_CEUR_CEMP VAR3_1_CEUR_CPR VAR3_1_CEUR_CPT VAR3_1_CEUR_CPU VAR3_1_CEUR_DCP VAR3_1_CEUR_EURUSD VAR3_1_CEUR_GF VAR3_...
- Thu Nov 26, 2015 8:49 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
Re: VAR forecast name suffix
Sorry Gareth, but how can I do that in my framework? My interest is to forecast one series ({%dependent}). I have thousands of different VAR models, the series names identify the VAR since there is not any characters lenght limit. Since the suffix names for the respective forecasts are limited to th...
- Thu Nov 26, 2015 4:38 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
Re: VAR forecast name suffix
Right. Thank you Gareth. But how should I rename the forecast series? However, the VAR are built as follows: for !j=1 to 4 for %i {vars} var var2_{!j}_{%i}.ls 1 {!j} {%dependent} {%i} next next How can I conduct the forecasts in this way? I mean, the VAR don't have an numerical order, they distingui...
- Wed Nov 25, 2015 10:06 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
Re: VAR forecast name suffix
So I can not forecast more than 999 different series in the same workfile? What is the best way to rename the 2000 VAR models (perhaps in several workfiles) in this way: "v1; v2; ... v2000"? I created a string with all the models: string models=@lookup("var*", "var") Th...
- Tue Nov 24, 2015 5:43 am
- Forum: Programming
- Topic: VAR forecast name suffix
- Replies: 13
- Views: 14562
VAR forecast name suffix
Dear all, Is there a way to change the lenght of VAR forecast name suffix? I am performing a lots of VAR forecasts (more than 2000) and need to identify the forecast associated with each combination of variables. Each VAR name represents both the lag lenght and the endogenous variables, for instance...
- Tue Nov 24, 2015 5:32 am
- Forum: General Information and Tips and Tricks
- Topic: Seasonal Adjustment
- Replies: 12
- Views: 18533
Re: Seasonal Adjustment
Dear xprimexinverse,
Thank you very much!
It did works!
Bruno.
Thank you very much!
It did works!
Bruno.
- Thu Nov 05, 2015 8:33 am
- Forum: Programming
- Topic: Loop over all variables
- Replies: 10
- Views: 39732
Loop over all variables
Hello, I want to apply certain procedures to all variables in my data set. So I want to loop over all variables in my dataset. How should I build the loop? How can I evoque all variables? One possible way is to store all variable names into a string using "names=@wlookup("*","ser...
- Wed Oct 07, 2015 7:17 am
- Forum: Estimation
- Topic: Bayesian VEC
- Replies: 1
- Views: 3291
Bayesian VEC
Hi all, EViews 9 allows us to estimate BVAR and (classical) VEC models. Bayesian VAR models generally overperform VAR models (and SVAR as well) in terms of forecasting I have a system of cointegrated variables, I estimated a BVAR model and I want to estimate a BVEC model to compare the respective fo...
- Thu Oct 01, 2015 1:45 am
- Forum: Programming
- Topic: Replacement variable insidea replacement variable
- Replies: 2
- Views: 4166
Re: Replacement variable insidea replacement variable
Thank you Gareth. It did works.
- Wed Sep 30, 2015 9:58 am
- Forum: Programming
- Topic: Replacement variable insidea replacement variable
- Replies: 2
- Views: 4166
Replacement variable insidea replacement variable
How can I put a replacement variable inside another one? I am getting successive errors. As an psudo-example I am trying a nonsense OLS regression, just for illustration. For instance, I want to define: %g="gdp" %endogenous=" {%g} gfcf unem" With this formulation I get the error:...
- Tue Sep 08, 2015 2:21 pm
- Forum: General Information and Tips and Tricks
- Topic: Seasonal Adjustment
- Replies: 12
- Views: 18533
Re: Seasonal Adjustment
So do you have any tip or trick, for instance an alternative way or procedure, to help me solve the aforementioned issue?
It is possible to put it into practice throughout EViews 9?
Thank you.
It is possible to put it into practice throughout EViews 9?
Thank you.
