Page 1 of 1

Indeterminacy

PostPosted: Thu Jul 28, 2016 1:09 pm
by Sophie
I tried to replicate "A Small New Keynesian Model of the New Zealand Economy" http://www.rbnz.govt.nz/-/media/Reserve ... p06-03.pdf building on Gali and Monacelli 2005. The 14 log-linearised equations are clearly given in the appendix. However when putting them in a mod-file the below error occurred when using Dynare 4.4.3 as well as yesterday's unstable version.

Thanks a lot for your help

STEADY-STATE RESULTS:

c 0
y 0
ystar 0
a 0
phi 0
q 0
s 0
pi 0
pif 0
pih 0
pistar 0
r 0
rstar 0
mc 0
??? Error using ==> print_info at 45
Blanchard Kahn conditions are not satisfied: indeterminacy

Error in ==> stoch_simul at 98
print_info(info, options_.noprint, options_);

Error in ==> nz1 at 254
info = stoch_simul(var_list_);

Error in ==> dynare at 180
evalin('base',fname) ;

Re: Indeterminacy

PostPosted: Thu Jul 28, 2016 2:23 pm
by jpfeifer
My guess is that the problem comes from the last equation
Code: Select all
rstar-rstar(+1)=RHORSTAR*(rstar(-1)-pistar)+vrstar;

It is different from the Appendix. Moreover, there is no way to disentangle which part of the exogenous foreign real interest rate comes from rstar and which from pistar. They are only jointly determined. Therefore. you might need to define rstar(-1)-pistar as one variable.

Re: Indeterminacy

PostPosted: Thu Jul 28, 2016 5:25 pm
by Sophie
Thank you very much! It was exactly the way you suspected. After correcting the typo and redefining rstar(-1)-pistar, I retrieved some results.