Skip to content
Snippets Groups Projects
Commit bf69bac1 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed typo in comments.

parent 41c8faf1
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ if EstimatedParameters.ncn
% Try to compute the cholesky decomposition of H (possible iff H is positive definite)
[CholH,testH] = chol(H);
if testH
% The variance-covariance matrix of the structural innovations is not definite positive. We have to compute the eigenvalues of this matrix in order to build the endogenous penalty.
% The variance-covariance matrix of the measurement errors is not definite positive. We have to compute the eigenvalues of this matrix in order to build the endogenous penalty.
a = diag(eig(H));
k = find(a < 0);
if k > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment