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
4ac4fdb2
Commit
4ac4fdb2
authored
Jan 30, 2012
by
Houtan Bastani
Browse files
matlab: add missing error code
parent
adedd7d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/print_info.m
View file @
4ac4fdb2
...
...
@@ -75,6 +75,8 @@ if ~noprint
error
(
'Covariance matrix of 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
error
(
'Likelihood is not a number (NaN) or a complex number'
);
case
51
error
(
'You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!'
)
case
52
%DsgeVarLikelihood
...
...
Write
Preview
Supports
Markdown
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