Specifying a solution sample in Model within Program
Posted: Wed Aug 04, 2010 12:49 pm
I had a question about specifying a forecast sample (from a VAR-Model) in an EViews program:
I make the program run recursive VARs (with increasing sample size) and save them in separate files identified by the counters. I then turn each of these VARs into a Model using makemodel. Now I want to make out-of-sample forecasts from each model with the initial forecast point to start right after the estimation end-point.
I couldn't figure out how to do this within the loop. I tried to change the sample within the loop before using the .solve command, but still the program solves the model using the estimation sample. Is there a way around this?
Thanks for the help.
I make the program run recursive VARs (with increasing sample size) and save them in separate files identified by the counters. I then turn each of these VARs into a Model using makemodel. Now I want to make out-of-sample forecasts from each model with the initial forecast point to start right after the estimation end-point.
I couldn't figure out how to do this within the loop. I tried to change the sample within the loop before using the .solve command, but still the program solves the model using the estimation sample. Is there a way around this?
Thanks for the help.