Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
db01f543
Verified
Commit
db01f543
authored
4 years ago
by
Willi Mutschler
Browse files
Options
Downloads
Patches
Plain Diff
Add warning and turn off identification strength if not enough mom
parent
41fe0871
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1733
Identification bug fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/identification_analysis.m
+3
-0
3 additions, 0 deletions
matlab/identification_analysis.m
with
3 additions
and
0 deletions
matlab/identification_analysis.m
+
3
−
0
View file @
db01f543
...
...
@@ -205,10 +205,13 @@ if info(1) == 0 %no errors in solution
warning_MOMENTS
=
[
warning_MOMENTS
' The number of moments with non-zero derivative is smaller than the number of parameters up to 10 lags.\n'
];
warning_MOMENTS
=
[
warning_MOMENTS
' Either reduce the list of parameters, or further increase ar, or increase number of observables.\n'
];
warning_MOMENTS
=
[
warning_MOMENTS
' Skip identification analysis based on moments.\n'
];
warning_MOMENTS
=
[
warning_MOMENTS
' Skip identification strenght analysis.\n'
];
fprintf
(
warning_MOMENTS
);
%reset options to neither display nor plot dMOMENTS anymore
no_identification_moments
=
1
;
options_ident
.
no_identification_moments
=
1
;
no_identification_strength
=
1
;
options_ident
.
no_identification_strength
=
1
;
end
end
if
~
no_identification_minimal
...
...
This diff is collapsed.
Click to expand it.
Willi Mutschler
@wmutschl
mentioned in commit
41d13417
·
4 years ago
mentioned in commit
41d13417
mentioned in commit 41d13417cb6e8b74afd821aa26539766956ba12a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment