Hi,
I am trying to make an estimation procedure for a model similar to this......When I start the estimation the figure with the initial prior keeps coming to the screen until Matlab stops and display the message that the maximum number of interactions was reached....Any idea of what might be happening?
Thanks a lot,
Pedro
??? Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N)
to change the limit. Be aware that exceeding your available stack space can
crash MATLAB and/or your computer.
Error in ==> double.superiorfloat at 18
Error in ==> teste at 216
dynare_estimation(var_list_);
Also when I the prior plots a repeatedly coming to my screen and I close one of them Matlab stops and shows the following error message:
??? Error using ==> print
Error using ==> graphics\private\restore
Invalid handle object.
Error in ==> plot_priors at 154
eval(['print -dpdf ' M_.fname '_Priors' int2str(nbplt)]);
Error in ==> dynare_estimation_1 at 92
plot_priors
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> teste at 216
dynare_estimation(var_list_);
Error in ==> dynare at 102
evalin('base',fname) ;
Anyone has experience in this kind of stuff? Really I appreciate any comment....Thanks!!