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
adedd7d3
Commit
adedd7d3
authored
Jan 30, 2012
by
Houtan Bastani
Browse files
matlab: add missing error message
parent
0ca000cd
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/print_info.m
View file @
adedd7d3
...
@@ -74,7 +74,7 @@ if ~noprint
...
@@ -74,7 +74,7 @@ if ~noprint
case
43
case
43
error
(
'Covariance matrix of shocks is not positive definite'
)
error
(
'Covariance matrix of shocks is not positive definite'
)
case
44
%DsgeLikelihood_hh / dsge_likelihood
case
44
%DsgeLikelihood_hh / dsge_likelihood
error
(
''
);
error
(
'
The covariance matrix of the measurement errors is not positive definite.
'
);
case
51
case
51
error
(
'You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!'
)
error
(
'You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!'
)
case
52
%DsgeVarLikelihood
case
52
%DsgeVarLikelihood
...
...
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