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
Marco Ratto
dynare
Commits
6d17a860
Commit
6d17a860
authored
Jun 03, 2015
by
Johannes Pfeifer
Browse files
Update computation of non-zero moments within loop that increases number of lags
Closes #949
parent
3a5b221d
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/identification_analysis.m
View file @
6d17a860
...
...
@@ -97,6 +97,7 @@ if info(1)==0,
derivatives_info
.
DOm
=
dOm
;
derivatives_info
.
DYss
=
dYss
;
evalin
(
'caller'
,[
'options_ident.ar='
,
int2str
(
nlags
),
';'
]);
indJJ
=
(
find
(
max
(
abs
(
JJ
'
),[],
1
)
>
1.e-8
));
end
if
length
(
indJJ
)
<
nparam
,
disp
(
'The number of moments with non-zero derivative is smaller than the number of parameters'
)
...
...
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