Dear all,
I’m trying to run a simple IRFs (using stoch_simul) including the option partial_information (following the manual, I’m using dynare 6.1). But it does not work, coming up with the following error:
Error using feval
Unrecognized function or variable ‘Partial_steadystate’.
Error in PCL_resol (line 70)
[dr.ys,check1] = feval([M_.fname 'steadystate’],dr.ys,…
Error in stoch_simul (line 96)
[oo.dr, info] = PCL_resol(oo_.steady_state,0);
Error in Partial.driver (line 661)
[info, oo_, options_, M_] = stoch_simul(M_, options_, oo_, var_list_);
Error in dynare (line 310)
evalin(‘base’,[fname ‘.driver’]);
Could you help me out in understanding the error?
Thanks,
Fabio