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
f250f029
Commit
f250f029
authored
Sep 27, 2011
by
Sébastien Villemot
Browse files
Fix bug related to the renaming of options_ in DynareOptions within DsgeLikelihood.m
parent
b8c6ed2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/DsgeLikelihood.m
View file @
f250f029
...
...
@@ -464,7 +464,7 @@ singularity_flag = 0;
if
((
kalman_algo
==
1
)
||
(
kalman_algo
==
3
))
%
Multivariate
Kalman
Filter
if
no_missing_data_flag
if
o
ptions
_
.
block
==
1
if
DynareO
ptions
.
block
==
1
[
err
,
LIK
]
=
block_kalman_filter
(
T
,
R
,
Q
,
H
,
Pstar
,
Y
,
start
,
mf
,
kalman_tol
,
riccati_tol
,
M_
.
nz_state_var
,
M_
.
n_diag
);
mexErrCheck
(
'
block_kalman_filter
'
,
err
);
else
...
...
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