Skip to content
Snippets Groups Projects
Commit f359e414 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

selec_posterior_draws.m: cosmetic changes

parent ea52a42b
Branches
No related tags found
No related merge requests found
......@@ -74,8 +74,6 @@ BaseName = [MetropolisFolder filesep ModelName];
record=load_last_mh_history_file(MetropolisFolder, ModelName);
FirstMhFile = record.KeepedDraws.FirstMhFile;
FirstLine = record.KeepedDraws.FirstLine;
TotalNumberOfMhFiles = sum(record.MhDraws(:,2));
LastMhFile = TotalNumberOfMhFiles;
TotalNumberOfMhDraws = sum(record.MhDraws(:,1));
NumberOfDraws = TotalNumberOfMhDraws-floor(options_.mh_drop*TotalNumberOfMhDraws);
MAX_nruns = ceil(options_.MaxNumberOfBytes/(npar+2)/8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment