Problem in solving SOE
Posted: Thu Jul 29, 2010 9:45 am
Hi everbody,
I am trying to replicate the SOE developed by Liu (2006): A small new keynesian model for the new zealand economy in dynare, so that eventually I will be able to estimate it for Malta. However, while I was able to replicate the model and IRFs using Uhlig's Toolkit, Dynare is giving me the following errors:
There are 4 eigenvalue(s) larger than 1 in modulus
for 5 forward-looking variable(s)
The rank conditions ISN'T verified!
??? Error using ==> print_info
Blanchard Kahn conditions are not satisfied: indeterminacy
Error in ==> stoch_simul at 44
print_info(info, options_.noprint);
Error in ==> Liu_replica at 212
info = stoch_simul(var_list_);
Error in ==> dynare at 125
evalin('base',fname) ;
Any help on how to resolve this issue? Why are the BK conditions not satisfied in Dynare when no such problems were identified with Uhlig's toolkit?
Eventually, I will have to adapt the model for a country that's in a monetary union (fixed exchange rate regime). As a result, the interest rate will be determined exogenously rather than set by the home central bank via a Taylor Rule. Any ideas on how to do this?
I am trying to replicate the SOE developed by Liu (2006): A small new keynesian model for the new zealand economy in dynare, so that eventually I will be able to estimate it for Malta. However, while I was able to replicate the model and IRFs using Uhlig's Toolkit, Dynare is giving me the following errors:
There are 4 eigenvalue(s) larger than 1 in modulus
for 5 forward-looking variable(s)
The rank conditions ISN'T verified!
??? Error using ==> print_info
Blanchard Kahn conditions are not satisfied: indeterminacy
Error in ==> stoch_simul at 44
print_info(info, options_.noprint);
Error in ==> Liu_replica at 212
info = stoch_simul(var_list_);
Error in ==> dynare at 125
evalin('base',fname) ;
Any help on how to resolve this issue? Why are the BK conditions not satisfied in Dynare when no such problems were identified with Uhlig's toolkit?
Eventually, I will have to adapt the model for a country that's in a monetary union (fixed exchange rate regime). As a result, the interest rate will be determined exogenously rather than set by the home central bank via a Taylor Rule. Any ideas on how to do this?