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
e7a98379
Commit
e7a98379
authored
Oct 14, 2011
by
Marco Ratto
Browse files
fixed call to prior_posterior_statistics
parent
19ead949
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
e7a98379
...
...
@@ -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
);
...
...
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