I am trying to estimate one parameter for the new keynesian model with only one period of information. The estimation itself works nicely and provides reasonable posterior mode. Next, the program starts graphing smoothed shocks and there it crashes with the enclosed code.
I am quite happy with the estimation results and would like to keep program running. Is there a way to bypass graphing of smoothed shocks? nograph and nodiagnostics option do not help.
Cheers,
Mika
??? Error using ==> set
Bad value for axes property: 'XLim'
Values must be increasing and non-NaN.
Error in ==> xlim at 44
set(ax,'xlim',val);
Error in ==> dynare_estimation at 679
xlim([1 gend])
Error in ==> nwk at 170
dynare_estimation(var_list_);
Error in ==> dynare at 26
evalin('base',fname) ;
Error in ==> estimate at 1
dynare nwk;