v4 dynare_estimation.m: added tests mh_replic > 1000 & mh_nblocks > 1 before calling McMcDiagnositcs

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@601 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-01-16 12:41:42 +00:00
parent 751c382ddc
commit cabb3f9820
1 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ if (any(bayestopt_.pshape >0 ) & options_.mh_replic) | (any(bayestopt_.pshape >
if options_.mh_replic
metropolis(xparam1,invhess,gend,data,rawdata,bounds);
end
if ~options_.nodiagnostic
if ~options_.nodiagnostic & options_.mh_replic > 1000 & options_.nblocks > 1
McMCDiagnostics;
end
%% Here i discard first half of the draws:
@ -1133,4 +1133,4 @@ end % <-- if ML estimation, posterior mode without metropolis-hastings or metrop
% workspace when completed.
% SA 08-04-2004 Corrected a bug related to the display of the Smooth shocks and variables plots,
% for ML and posterior mode estimation.
% SA 09-03-2004 Compilation of TeX appendix moved to dynare.m.
% SA 09-03-2004 Compilation of TeX appendix moved to dynare.m.