treduce number of walkers - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9c54020ea1b3f6bf881e4987ffd8e2a44363884f
(DIR) parent 054114ed3b91dee3ddb4b77c29a1a4b6c7271f4e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 22 Oct 2015 15:37:48 +0200
reduce number of walkers
Diffstat:
M matlab/file_scanner_mcmc_starter.m | 2 +-
M matlab/generate_plots.m | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/matlab/file_scanner_mcmc_starter.m b/matlab/file_scanner_mcmc_starter.m
t@@ -37,7 +37,7 @@ graphics_formats = {'fig', 'png', 'pdf'};
show_figures = 'off';
% number of MCMC walkers
-n_walkers = 1;
+n_walkers = 2;
%% initialization
addpath(matlab_scripts_folder);
(DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -221,11 +221,11 @@ end
%Putting in titles over figure 2:4
figure(fh(2)); set(fh(2), 'Visible', show_figures)
subplot(5,4,2)
-title(['Density cross-plots A. Result file =',save_file],'interp','none')
+title(['Density cross-plots A. Result file = ',save_file],'interp','none')
figure(fh(3)); set(fh(3), 'Visible', show_figures)
subplot(5,4,2)
-title(['Density cross-plots B. Result file =',save_file],'interp','none')
+title(['Density cross-plots B. Result file = ',save_file],'interp','none')
figure(fh(4)); set(fh(4), 'Visible', show_figures)
subplot(4,Nwalkers,2)