Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
8f350dc7
Commit
8f350dc7
authored
Oct 10, 2011
by
MichelJuillard
Browse files
conditional forecasts: remove random seed reinitialization
parent
90e4d402
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/imcforecast.m
View file @
8f350dc7
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment