Hi Gareth,
Is it possible to make the residuals series from a BVAR?
Thanks,
Gloria
Search found 9 matches
- Wed Jan 30, 2013 12:10 am
- Forum: Add-in Support
- Topic: Residuals from a BVAR
- Replies: 1
- Views: 4822
- Fri Jan 11, 2013 6:57 am
- Forum: Add-in Support
- Topic: The constant in a BVAR
- Replies: 1
- Views: 4705
The constant in a BVAR
Hello, I am running a BVAR for 5 endogenous and 3 exogenous plus a constant. FOR !i=1 200 SMPL %startestim %endestim_m BVAR(m=VAR2_!i, prior=0) 6 mom_deuipi_!i mom_deumci_!i mom_deuipic_!i mom_deuindord_!i mom_deuexports_!i @ C mom_deushp d_deuirl d_deu_bus_constr NEXT I get the following estimation...
- Fri Jan 11, 2013 2:31 am
- Forum: Programming
- Topic: Use a group of variables in a VAR system
- Replies: 4
- Views: 4586
Re: Use a group of variables in a VAR system
Hi again Gareth, However, now I am trying to run a BVAR for a group of variables and it does not work (it is perfectly running for a standard EViews VAR), is this option not possible for a BVAR? Thanks, Gloria FOR !i=1 to @dtoo(%finsoft)-@dtoo(%startoos_m)+1 GROUP VARM1_!i FOR !j=1 to VARM1.@count '...
- Fri Jan 11, 2013 12:58 am
- Forum: Programming
- Topic: Use a group of variables in a VAR system
- Replies: 4
- Views: 4586
Re: Use a group of variables in a VAR system
Thanks for your help Gareth, it was easier as I was doing.
Best,
Gloria
Best,
Gloria
- Thu Jan 10, 2013 6:50 am
- Forum: Programming
- Topic: Use a group of variables in a VAR system
- Replies: 4
- Views: 4586
Use a group of variables in a VAR system
Hi Gareth, I would like to solve a VAR of 3 variables but instead of entering the 3 variable names in the command line I would like to create a group and run it for the group of variables, so that if I change any variable then I just need to change it in the group. I have tried as follows but it is ...
- Mon Dec 03, 2012 4:10 am
- Forum: Add-in Support
- Topic: BVAR not launching spools?
- Replies: 3
- Views: 7301
Re: BVAR not launching spools?
Thanks, it worked. I added the comand "close {%sn} at the end of the BVAR.prg. However it opens and closes all the spools, which seems to consume time. Is there another way to tell the program not to open the spools or to run it in a quite modus?
Thanks!
Gloria
Thanks!
Gloria
- Sun Dec 02, 2012 1:02 am
- Forum: Add-in Support
- Topic: BVAR not launching spools?
- Replies: 3
- Views: 7301
BVAR not launching spools?
Hello, I am trying to estimate !i BVAR's, which create !i models for forecasting. When I do this with a VAR solved by LS (option A below) there is no problem. However, when I run the program with the BVAR (option B below), the program stops because too many spools are open. Is there any possibility ...
- Sun Dec 02, 2012 12:33 am
- Forum: Programming
- Topic: Forecast model that do not overwrite known values
- Replies: 3
- Views: 7149
Re: Forecast model that do not overwrite known values
Thanks, it works!
- Sat Dec 01, 2012 3:40 am
- Forum: Programming
- Topic: Forecast model that do not overwrite known values
- Replies: 3
- Views: 7149
Forecast model that do not overwrite known values
Hello, I have 3 series with different ending dates (e.g. series1 in 2012:9, series2 in 2012:10, series3 in 2012:9). I am trying to run a forecasting model starting from the last period with values for all variables ( in the example 2012:9+1), but as series2 has already a value for 2012:10 I would li...
