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
Mark Song
particles
Commits
81c606ab
Commit
81c606ab
authored
Jun 01, 2016
by
Frédéric Karamé
Browse files
Fixed bug on a structure name.
parent
30540e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/solve_model_for_online_filter.m
View file @
81c606ab
...
...
@@ -294,7 +294,7 @@ dr = DynareResults.dr;
if
isempty
(
init_flag
)
mf0
=
BayesInfo
.
mf0
;
mf1
=
BayesInfo
.
mf1
;
restrict_variables_idx
=
BayesInfo
.
restrict_var_list
;
restrict_variables_idx
=
dr
.
restrict_var_list
;
observed_variables_idx
=
restrict_variables_idx
(
mf1
);
state_variables_idx
=
restrict_variables_idx
(
mf0
);
sample_size
=
size
(
Y
,
2
);
...
...
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