conditional forecasts: remove random seed reinitialization

time-shift
Michel Juillard 2011-10-10 12:17:06 +02:00
parent 90e4d40272
commit 8f350dc744
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ for b=1:options_cond_fcst.replic
FORCS2(:,1,b) = InitState;
end
randn('state',0);
%randn('state',0);
for b=1:options_cond_fcst.replic
shocks = sQ*randn(ExoSize,options_cond_fcst.periods);