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
74ef1aa7
Commit
74ef1aa7
authored
Mar 19, 2013
by
Johannes Pfeifer
Browse files
Fixing bug introduced in
ae82c284
parent
156397ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/prior_posterior_statistics_core.m
View file @
74ef1aa7
...
...
@@ -140,7 +140,7 @@ if run_smoother
end
end
if
nvn
stock_error
=
NaN
(
endo_nbr
,
gend
,
MAX_nerro
);
stock_error
=
NaN
(
size
(
varobs
,
1
)
,
gend
,
MAX_nerro
);
end
if
naK
stock_filter_step_ahead
=
NaN
(
length
(
options_
.
filter_step_ahead
),
endo_nbr
,
gend
+
max
(
options_
.
filter_step_ahead
),
MAX_naK
);
...
...
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