Page 1 of 1

help of DSGE

PostPosted: Tue Dec 13, 2011 11:05 am
by uddin_sah
Hi All,

I am trying to solve Smets et al 2003. However, I cannot solve it properly. It gives me the following problem

You did not declare endogenous variables after the estimation command.
Loading 79 observations from Book1.xls

??? Error using ==> load
Unable to read file smetswouters_mode: No such file or directory.

Error in ==> dynare_estimation_1 at 65
load(options_.mode_file);

Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});

Error in ==> bbdd at 337
dynare_estimation(var_list_);

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

Re: help of DSGE

PostPosted: Tue Dec 13, 2011 2:57 pm
by reubenpjacob
you should first find the posterior mode by setting mode_compute = (some option)
and remove the mode file from the estimation command

try using

estimation(datafile=Book1, order =1, nobs = 79, mode_compute=4, mode_check, mh_replic=20000);

Reuben