Hi Dynare community,
I am trying to use Dynare to estimate a SOE model for Australia as published in the AER Volume 42 Issue 1, Pages 24 - 41 "A structural Model of Australia as a Small Open Economy"
I have specified the log-linerised equations and priors as per the paper but when I try to estimate the model I obtain the following error.
??? Error using ==> print_info at 39
Blanchard Kahn conditions are not satisfied: no stable equilibrium
Error in ==> initial_estimation_checks at 101
print_info(info, options_.noprint)
Error in ==> dynare_estimation_1 at 334
initial_estimation_checks(xparam1,gend,data,data_index,number_of_observations,no_more_missing_observations);
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> SmallOEDSGE_Estim at 393
dynare_estimation(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
I have read the forum posts adressing BK conditions but still cannot seem to ammend the mod file to get it working.
This is a crucial step in my honors research essay and I am starting to panic that it might never work. I am somewhat new to Dynare and would really appreciate the help of the experienced Dynare community so I can learn what my mistake might be.
I have attached the paper, my mod file, and the data I am loading for those kind enough to have a look at my issue.