Page 1 of 1

Expectation shock codes

PostPosted: Wed Oct 26, 2011 6:32 am
by ecyng
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.html

Thanks for your attention.

Re: Expectation shock codes

PostPosted: Fri Nov 18, 2011 9:15 am
by SébastienVillemot
Hi,

It looks like this code has been written for Dynare version 3.

This is an old version that we no longer support.

Best,

Re: Expectation shock codes

PostPosted: Wed Feb 29, 2012 9:09 am
by huangjing2122
I tried Version 3, the following errors appear:

??? Error using ==> dynare at 19
syntax error at line 29

Can someone hlep me to fix it?
Thanks a lot!