I attempt to use the Guerrieri-Iacoviello Occbin toolkit. When I run my codes, the following errors appear:
There are 9 eigenvalue(s) larger than 1 in modulus
for 9 forward-looking variable(s)
The rank conditions ISN'T verified!
??? Error using ==> print_info at 46
Blanchard Kahn conditions are not satisfied: indeterminacy due to rank failure
Error in ==> stoch_simul at 81
print_info(info, options_.noprint);
Error in ==> Basetaxram_alleqelse at 195
info = stoch_simul(var_list_);
Error in ==> dynare at 120
evalin('base',fname) ;
Error in ==> solve_one_constraint at 54
eval(['dynare ',modnamstar_,' noclearall nolog '])
Error in ==> runBasetaxram_alleq at 44
[zdatalinear zdatapiecewise zdatass oobase_ Mbase_ ] = ...
Personally I don't understand how it could be if I have the exact number of eigenvalues greater than 1 equal to forward-looking variables but still the rank condition fails.
Please help me check the model. Thanks a lot!