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: