forcst function in Metropolis
Posted: Mon Mar 06, 2006 8:52 pm
I noticed that in 3_064, each call to the forcst2 function in metropolis.m asks for only one forecast. ie:
yf1 = forcst2(yyyy,horizon,dr_,1);
In previous versions, the last argument passed to forcst2 was "B" (which at the time was set to 100, currently 500) instead of 1. Is there a reason that this version uses only 1 draw of the future shocks to determine the forecast uncertainty from the parameters and the future shocks?
Thanks,
Ariel
yf1 = forcst2(yyyy,horizon,dr_,1);
In previous versions, the last argument passed to forcst2 was "B" (which at the time was set to 100, currently 500) instead of 1. Is there a reason that this version uses only 1 draw of the future shocks to determine the forecast uncertainty from the parameters and the future shocks?
Thanks,
Ariel