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
Dóra Kocsis
dynare
Commits
c59504ad
Commit
c59504ad
authored
Apr 20, 2012
by
Johannes Pfeifer
Committed by
Sébastien Villemot
Apr 25, 2012
Browse files
Added missing codes to print_info.m and fixed typo
parent
9adc9729
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/print_info.m
View file @
c59504ad
...
...
@@ -72,7 +72,7 @@ if ~noprint
case
42
error
(
'one (many) parameter(s) do(es) not satisfy the upper bound'
);
case
43
error
(
'Covariance matrix of shocks is not positive definite'
)
error
(
'Covariance matrix of
structural
shocks is not positive definite'
)
case
44
%DsgeLikelihood_hh / dsge_likelihood
error
(
'The covariance matrix of the measurement errors is not positive definite.'
);
case
45
%DsgeLikelihood_hh / dsge_likelihood
...
...
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