Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
dynare
Commits
ce4d8c35
Commit
ce4d8c35
authored
Nov 28, 2017
by
Johannes Pfeifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic fix to error message
parent
9be04a44
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
matlab/dsge_likelihood.m
matlab/dsge_likelihood.m
+1
-1
matlab/dyn_risky_steadystate_solver.m
matlab/dyn_risky_steadystate_solver.m
+1
-1
matlab/dynare_identification.m
matlab/dynare_identification.m
+1
-1
matlab/gsa/stab_map_.m
matlab/gsa/stab_map_.m
+1
-1
matlab/interpret_resol_info.m
matlab/interpret_resol_info.m
+1
-1
matlab/non_linear_dsge_likelihood.m
matlab/non_linear_dsge_likelihood.m
+1
-1
matlab/resol.m
matlab/resol.m
+1
-1
No files found.
matlab/dsge_likelihood.m
View file @
ce4d8c35
...
...
@@ -53,7 +53,7 @@ function [fval,info,exit_flag,DLIK,Hess,SteadyState,trend_coeff,Model,DynareOpti
%!
@item
info
==
6
%!
The
jacobian
evaluated
at
the
deterministic
steady
state
is
complex
.
%!
@item
info
==
19
%!
The
steadystate
routine
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
The
steadystate
routine
has
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
@item
info
==
20
%!
Cannot
find
the
steady
state
,
info
(
4
)
contains
the
sum
of
square
residuals
(
of
the
static
equations
).
%!
@item
info
==
21
...
...
matlab/dyn_risky_steadystate_solver.m
View file @
ce4d8c35
...
...
@@ -46,7 +46,7 @@ function [dr,info] = dyn_risky_steadystate_solver(ys0,M, ...
%!
@item
info
==
6
%!
The
jacobian
evaluated
at
the
deterministic
steady
state
is
complex
.
%!
@item
info
==
19
%!
The
steadystate
routine
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
The
steadystate
routine
has
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
@item
info
==
20
%!
Cannot
find
the
steady
state
,
info
(
2
)
contains
the
sum
of
square
residuals
(
of
the
static
equations
).
%!
@item
info
==
21
...
...
matlab/dynare_identification.m
View file @
ce4d8c35
...
...
@@ -325,7 +325,7 @@ if iload <=0
elseif
info
(
1
)
==
6
disp
(
'info==6 %! The jacobian evaluated at the deterministic steady state is complex.'
)
elseif
info
(
1
)
==
19
disp
(
'info==19 %! The steadystate routine thrown an exception (inconsistent deep parameters). '
)
disp
(
'info==19 %! The steadystate routine
has
thrown an exception (inconsistent deep parameters). '
)
elseif
info
(
1
)
==
20
disp
(
'info==20 %! Cannot find the steady state, info(2) contains the sum of square residuals (of the static equations). '
)
elseif
info
(
1
)
==
21
...
...
matlab/gsa/stab_map_.m
View file @
ce4d8c35
...
...
@@ -575,7 +575,7 @@ if length(iunstable)>0 || length(iwrong)>0
disp
([
' For '
,
num2str
(
length
(
find
(
infox
==
6
))/
Nsam
*
100
,
'%4.1f'
),
'% The jacobian evaluated at the deterministic steady state is complex.'
])
end
if
any
(
infox
==
19
)
disp
([
' For '
,
num2str
(
length
(
find
(
infox
==
19
))/
Nsam
*
100
,
'%4.1f'
),
'% The steadystate routine thrown an exception (inconsistent deep parameters).'
])
disp
([
' For '
,
num2str
(
length
(
find
(
infox
==
19
))/
Nsam
*
100
,
'%4.1f'
),
'% The steadystate routine
has
thrown an exception (inconsistent deep parameters).'
])
end
if
any
(
infox
==
20
)
disp
([
' For '
,
num2str
(
length
(
find
(
infox
==
20
))/
Nsam
*
100
,
'%4.1f'
),
'% Cannot find the steady state.'
])
...
...
matlab/interpret_resol_info.m
View file @
ce4d8c35
...
...
@@ -42,7 +42,7 @@ switch info(1)
case
6
message
=
'The jacobian evaluated at the deterministic steady state is complex.'
;
case
19
message
=
'The steadystate routine thrown an exception (inconsistent deep parameters).'
;
message
=
'The steadystate routine
has
thrown an exception (inconsistent deep parameters).'
;
case
20
message
=
sprintf
(
'Cannot find the steady state (the sum of square residuals of the static equations is %s)'
,
num2str
(
info
(
2
)));
case
21
...
...
matlab/non_linear_dsge_likelihood.m
View file @
ce4d8c35
...
...
@@ -49,7 +49,7 @@ function [fval,info,exit_flag,DLIK,Hess,ys,trend_coeff,Model,DynareOptions,Bayes
%!
@item
info
==
6
%!
The
jacobian
evaluated
at
the
deterministic
steady
state
is
complex
.
%!
@item
info
==
19
%!
The
steadystate
routine
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
The
steadystate
routine
has
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
@item
info
==
20
%!
Cannot
find
the
steady
state
,
info
(
2
)
contains
the
sum
of
square
residuals
(
of
the
static
equations
).
%!
@item
info
==
21
...
...
matlab/resol.m
View file @
ce4d8c35
...
...
@@ -43,7 +43,7 @@ function [dr,info,M,options,oo] = resol(check_flag,M,options,oo)
%!
@item
info
==
6
%!
The
jacobian
evaluated
at
the
deterministic
steady
state
is
complex
.
%!
@item
info
==
19
%!
The
steadystate
routine
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
The
steadystate
routine
has
thrown
an
exception
(
inconsistent
deep
parameters
).
%!
@item
info
==
20
%!
Cannot
find
the
steady
state
,
info
(
2
)
contains
the
sum
of
square
residuals
(
of
the
static
equations
).
%!
@item
info
==
21
...
...
Write
Preview
Markdown
is supported
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