Dear All,
I am having issues when I try to estimate any model in Dynare using standard Bayesian estimation provided in Dynare. For instance with the simple example provided in Dynare guide/installation, 'RBC_Est.mod' which I attach together with data 'simuldataRBC.m', it is returning the following error message [which I copy below], would be grateful if someone could help.
thanks,
Ruthira.
Error using f1 (line 2)
Not enough input arguments.
Error in PlotPosteriorDistributions (line 135)
top1 = max(f1);
Error in dynare_estimation_1 (line 804)
oo_ = PlotPosteriorDistributions(estim_params_, M_, options_, bayestopt_, oo_);
Error in dynare_estimation (line 89)
dynare_estimation_1(var_list,dname);
Error in RBC_Est (line 160)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
>>