Hi all,
after estimating the model and getting all the diagnostics graph, the following error appears right after the posterior estimates of the parameters:
Error using bsxfun (line 49)
Non-singleton dimensions of the two input arrays must match each other.
Error in GetPosteriorMeanVariance (line 49)
x = bsxfun(@minus,x2,mean');
Error in dynare_estimation_1 (line 809)
= GetPosteriorMeanVariance(M_,options_.mh_drop);
Error in dynare_estimation (line 89)
dynare_estimation_1(var_list,dname);
Error in sterk (line 844)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
Then dynare doesn't compute anything else, i.e. the bayesian irfs. I have no idea where this error comes from. Does it have to do with the estimation of the model or is it a bug in my matlab version? I'd be grateful if somebody could help me.
Many thanks!