v4, McMVDiagnositcs.m: added test for several chains

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@474 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2005-10-01 19:06:25 +00:00
parent 0393e5e187
commit 051fba7ed6
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ DirectoryName = CheckPath('Plots\Diagnostics');
TeX = options_.TeX;
nblck = options_.mh_nblck;
% Brooks and Gelman tests need more than one block
if nblck == 1
return;
end
npar = estim_params_.nvx;
npar = npar + estim_params_.nvn;
npar = npar + estim_params_.ncx;