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
0f06026c
Commit
0f06026c
authored
Apr 08, 2010
by
Marco Ratto
Browse files
1) No exception for mode_compute=5 when computing hessian;
2) bug fix;
parent
912204dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
0f06026c
...
...
@@ -622,7 +622,7 @@ if options_.mode_compute > 0 & options_.posterior_mode_estimation
' option is unknown!'
])
end
end
if
options_
.
mode_compute
~=
5
%
if options_.mode_compute ~= 5
if
options_
.
mode_compute
~=
6
if
options_
.
cova_compute
==
1
if
~
options_
.
bvar_dsge
...
...
@@ -642,7 +642,7 @@ if options_.mode_compute > 0 & options_.posterior_mode_estimation
else
save
([
M_
.
fname
'_mode.mat'
],
'xparam1'
,
'parameter_names'
);
end
end
%
end
end
if
options_
.
cova_compute
==
0
...
...
@@ -1122,7 +1122,7 @@ if (~((any(bayestopt_.pshape > 0) & options_.mh_replic) | (any(bayestopt_.pshape
if
isfield
(
options_
,
'kalman_algo'
)
if
~
isempty
(
PK
)
oo_
.
FilteredVariablesKStepAheadVariances
=
...
PK
(
options_
.
filter_step_ahead
,
i_endo
,
i_endo
_nbr
,:);
PK
(
options_
.
filter_step_ahead
,
i_endo
,
i_endo
,:);
end
if
~
isempty
(
decomp
)
oo_
.
FilteredVariablesShockDecomposition
=
...
...
...
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