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
07193b2c
Commit
07193b2c
authored
Sep 11, 2012
by
MichelJuillard
Browse files
fixing bug in computing full_rank for purely backward models
parent
92833d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/stochastic_solvers.m
View file @
07193b2c
...
...
@@ -155,7 +155,7 @@ if M_.maximum_endo_lead == 0
dr
.
ghu
=
-
b
\
jacobia_
(:,
nz
+
1
:
end
);
end
dr
.
eigval
=
eig
(
transition_matrix
(
dr
));
dr
.
rank
=
0
;
dr
.
full_
rank
=
1
;
if
any
(
abs
(
dr
.
eigval
)
>
options_
.
qz_criterium
)
temp
=
sort
(
abs
(
dr
.
eigval
));
nba
=
nnz
(
abs
(
dr
.
eigval
)
>
options_
.
qz_criterium
);
...
...
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