Skip to content
Snippets Groups Projects
Unverified Commit 33c45ee8 authored by Sébastien Villemot's avatar Sébastien Villemot Committed by GitHub
Browse files

Merge pull request #1615 from JohannesPfeifer/options_ident_ar

identification_analysis.m: make sure that increase in options_.ar is …
parents 8913791f 09ac7f62
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment