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
Johannes Pfeifer
dynare
Commits
c2e6feeb
Commit
c2e6feeb
authored
Sep 03, 2013
by
Johannes Pfeifer
Browse files
Deletion of unused definition of H_is_diagonal
Cosmetic fix
parent
e1a0fd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
c2e6feeb
...
...
@@ -99,11 +99,6 @@ if ~isequal(estim_params_.ncx,nnz(tril(M_.Sigma_e,-1)))
end
end
M_
.
H_is_diagonal
=
1
;
if
estim_params_
.
ncn
||
~
isequal
(
nnz
(
M_
.
H
),
length
(
M_
.
H
))
M_
.
H_is_diagonal
=
0
;
end
% Set the correlation matrix of measurement errors if necessary.
if
~
isequal
(
estim_params_
.
ncn
,
nnz
(
tril
(
M_
.
H
,
-
1
)))
M_
.
Correlation_matrix_ME
=
diag
(
1.
/
sqrt
(
diag
(
M_
.
H
)))
*
M_
.
H
*
diag
(
1.
/
sqrt
(
diag
(
M_
.
H
)));
...
...
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