one of the eigenvalues is close to 0/0
Posted:
Tue Nov 20, 2012 2:08 pm
by karl0212
Hi, I am replicating the results of the paper of Bernanke and Gertler 2000 (Monetary policy and asset price volality) and there are some problems with my code. DYNARE indicates that one of the eigenvalues is close to 0/0 (the absolute value of numerator and denominator is smaller than 1e-6). I have checked my code several times, but still can not figure out what is going wrong. I would really appreciate it, if someone could help me out. Many thanks in advance!
Re: one of the eigenvalues is close to 0/0
Posted:
Tue Nov 20, 2012 2:57 pm
by peter487
See previous topic for similar problem:
http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=3625In your case:
model_diagnostic: the Jacobian of the static model is singular
there is 1 colinear relationships between the variables and the equations
Colinear variables:
pi
Colinear equations
5 6 7 8
Focus on equations containing this variable, there might be some problems with your parameters value.
Re: one of the eigenvalues is close to 0/0
Posted:
Sat Jan 26, 2013 11:29 am
by Doyle33
Helpful work peter.. Thnx