questions on graphics
Posted: Tue Aug 05, 2014 5:15 am
Hi,
1. After estimating a model, i want to recreate the bayesian irf graphs with confidence intervals (example attached) that are printed along with the output. I tried looking into oo_.PosteriorIRF.dsge but it didnt have the option of "distribution" (the screenshot is attached). If i remember correctly an earlier version of dynare had this option. Has it been moved elsewhere?
2. secondly, when i run my estimation without the "nograph" command i encounter the following error. Any suggestions?
Error using f1
Too many output 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 mp_cc5 (line 525)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
1. After estimating a model, i want to recreate the bayesian irf graphs with confidence intervals (example attached) that are printed along with the output. I tried looking into oo_.PosteriorIRF.dsge but it didnt have the option of "distribution" (the screenshot is attached). If i remember correctly an earlier version of dynare had this option. Has it been moved elsewhere?
2. secondly, when i run my estimation without the "nograph" command i encounter the following error. Any suggestions?
Error using f1
Too many output 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 mp_cc5 (line 525)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;