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
62230166
Verified
Commit
62230166
authored
5 years ago
by
Willi Mutschler
Browse files
Options
Downloads
Patches
Plain Diff
Fix displaying of wrong order in disp_identification
parent
f4dc2ee7
No related branches found
No related tags found
1 merge request
!1711
Fix pruned state space at third order
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/disp_identification.m
+2
-2
2 additions, 2 deletions
matlab/disp_identification.m
with
2 additions
and
2 deletions
matlab/disp_identification.m
+
2
−
2
View file @
62230166
...
...
@@ -93,9 +93,9 @@ for jide = 1:4
elseif
jide
==
2
strTest
=
'MINIMAL SYSTEM (Komunjer and Ng, 2011)'
;
strJacobian
=
'Deltabar'
;
strMeaning
=
'Jacobian of steady state and minimal system'
;
if
options_ident
.
order
==
2
strMeaning
=
'Jacobian of
second
-order
accurate mean and first-order minimal system
'
;
strMeaning
=
'Jacobian of
first
-order
minimal system and second-order accurate mean
'
;
elseif
options_ident
.
order
==
3
strMeaning
=
'Jacobian of
second
-order
accurate mean and first-order minimal system
'
;
strMeaning
=
'Jacobian of
first
-order
minimal system and third-order accurate mean
'
;
end
if
~
no_identification_minimal
noidentification
=
0
;
ide
=
ide_minimal
;
...
...
This diff is collapsed.
Click to expand it.
Willi Mutschler
@wmutschl
mentioned in commit
a653f1a5
·
5 years ago
mentioned in commit
a653f1a5
mentioned in commit a653f1a5741b23785083c4084ee627414c19b60b
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