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
3a8bfb4e
Commit
3a8bfb4e
authored
Oct 14, 2011
by
Sébastien Villemot
Browse files
Merge remote-tracking branch 'ratto/master'
parents
99c05089
e7a98379
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
3a8bfb4e
...
...
@@ -801,7 +801,7 @@ if (any(bayestopt_.pshape >0 ) && options_.mh_replic) || ...
oo_
=
compute_moments_varendo
(
'posterior'
,
options_
,
M_
,
oo_
,
var_list_
);
end
if
options_
.
smoother
||
~
isempty
(
options_
.
filter_step_ahead
)
||
options_
.
forecast
prior_posterior_statistics
(
'posterior'
,
data
,
gend
,
data_index
,
missing
_valu
e
);
prior_posterior_statistics
(
'posterior'
,
data
set_
.
data
,
dataset_
.
info
.
ntobs
,
dataset_
.
missing
.
aindex
,
dataset_
.
missing
.
stat
e
);
end
xparam
=
get_posterior_parameters
(
'mean'
);
set_all_parameters
(
xparam
);
...
...
tests/gsa/ls2003.mod
View file @
3a8bfb4e
...
...
@@ -73,6 +73,7 @@ ksstat=0);
// NOTE: since namendo is emppty by default,
// this call does not perform the mapping of reduced form coefficient: just prepares the sample
/*
disp(' ');
disp('ANALYSIS OF REDUCED FORM COEFFICIENTS');
disp(' ');
...
...
@@ -86,6 +87,7 @@ namexo=(e_R), // evaluate relationships with exogenous e_R (use namexo=(:) f
namlagendo=(R), // evaluate relationships with lagged R (use namlagendo=(:) for all lagged endogenous)
stab=0 // don't repeat again the stability mapping
);
*/
disp(' ');
disp('THE PREVIOUS TWO CALLS COULD BE DONE TOGETHER');
...
...
Write
Preview
Markdown
is supported
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