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
09ac7f62
Commit
09ac7f62
authored
Jun 07, 2018
by
Johannes Pfeifer
Browse files
identification_analysis.m: make sure that increase in options_.ar is passed back via options_ident
parent
8913791f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/identification_analysis.m
View file @
09ac7f62
...
...
@@ -102,6 +102,7 @@ if info(1)==0
derivatives_info
.
DOm
=
dOm
;
derivatives_info
.
DYss
=
dYss
;
options_
.
ar
=
nlags
;
options_ident
.
ar
=
nlags
;
indJJ
=
(
find
(
max
(
abs
(
JJ
'
),[],
1
)
>
1.e-8
));
end
if
length
(
indJJ
)
<
nparam
...
...
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