Page 1 of 1

eigenvalue

PostPosted: Thu Feb 06, 2014 9:36 am
by tahmin
Hi friends
When I run my model, appear this errors:
There are 7 eigenvalue(s) larger than 1 in modulus
for 4 forward-looking variable(s)

The rank condition ISN'T verified!

Error using print_info (line 42)
Blanchard Kahn conditions are not satisfied: no stable
equilibrium

Error in stoch_simul (line 85)
print_info(info, options_.noprint, options_);

Error in z (line 478)
info = stoch_simul(var_list_);

Error in dynare (line 162)
evalin('base',fname) ;

and when I run this message in matlab: model_diagnostics(M_,options_,oo_), there is not any collinear. what's my mistake?

Re: eigenvalue

PostPosted: Thu Feb 06, 2014 9:48 am
by jpfeifer
As always, there is a timing mistake somewhere.

Re: eigenvalue

PostPosted: Thu Feb 06, 2014 12:52 pm
by tahmin
Thanks for your attention
I can resolve my mistake in timing but my problem didn't solve yet, What's my mistake in this code?