Errors in partial_information option

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

Sorry, I forgot to upload the code…below I reported the error again…

Bests,
Fabio
Partial.mod (4.7 KB)

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’]);

That is a bug. I am working on fixing it.

Thanks a lot!

A first draft is Partial Information: clean up codes (!2308) · Merge requests · Dynare / dynare · GitLab