K_order_perturbation error

[quote=“jpfeifer”]Replicating the paper is hard. See the comment at dynare.org/wp-repo/dynarewp039.pdf. A rudimentary form of the model can be found at github.com/DynareTeam/dynare/blob/master/tests/decision_rules/third_order/FV2011.mod
Note that the particular IRF generation and pruning used in the original paper is not supported by Dynare.[/quote]

Hi, I also what to find how to get the IFRs using the third-order perturbation method, that’s why I tried the code of FV2011.mod,

But I got the error message in the dynare…:
"
Attempt to execute SCRIPT k_order_perturbation as a function:
C:\dynare\4.4.2\matlab\k_order_perturbation.m

Error in k_order_pert (line 57)
[err, g_0, g_1, g_2, g_3, derivs] = k_order_perturbation(dr, …

Error in stochastic_solvers (line 74)
[dr,info] = k_order_pert(dr,M_,options_);

Error in resol (line 137)
[dr,info] = stochastic_solvers(dr,check_flag,M,options,oo);

Error in stoch_simul (line 88)
[oo_.dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);

Error in FV2011 (line 285)
info = stoch_simul(var_list_);

Error in dynare (line 180)
evalin(‘base’,fname) ;
"

could you tell me what is wrong here??

Thank u…!!