I use Dynare 4.2.2 to run the model in Fujiwara and Kang (2008) "Expectation Shock Simulation with Dynare: Mark II":
(1) type "dynare pigoucycle"
(2) Then run the file "expectation_shock.m".
The following errors appear:
??? Error using ==> feval
Undefined function or method '_fff' for input arguments of type 'double'.
Error in ==> resol_es at 39
if max(abs(feval(fh,ys))) > dynatol_ & options_.olr == 0
Error in ==> stoch_simul_es at 47
[dr_,info,jacobiamat] = resol_es(ys_,0);
Error in ==> expectation_shock at 25
[info,jacobimat]=stoch_simul_es(var_list_); % To obtain Jacobian matrix
I appreciate very much if the above problems can be solved. Please find the attached key files for reference. The full toolkit files can be downloaded from:
http://ideas.repec.org/c/dge/qmrbcd/163.htmlThanks for your attention.