Skip to content
Snippets Groups Projects
Commit 35a9ad79 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

matlab: add missing error message

(cherry picked from commit adedd7d3)

Conflicts:

	matlab/print_info.m
parent e4576eae
Branches
Tags
No related merge requests found
......@@ -68,7 +68,7 @@ if ~noprint
case 43
error('Covariance matrix of shocks is not positive definite')
case 44 %DsgeLikelihood_hh / DsgeLikelihood
error('');
error('The covariance matrix of the measurement errors is not positive definite.');
case 51
error('You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!')
case 52 %DsgeVarLikelihood
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment