|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
#include <vector>#include "math.h"#include <iostream>#include "NormalDist.h"#include "GA.h"#include "Vector.h"#include "TimeSeriesSet.h"#include "observation.h"#include "parameter.h"#include "cmbtimeseriesset.h"#include "MCMC.hpp"

Go to the source code of this file.
Classes | |
| struct | _MCMC_file_names |
| File paths for MCMC input/output operations. More... | |
| struct | _MCMC_settings |
| Configuration parameters for Markov Chain Monte Carlo sampling. More... | |
| struct | int_value_pair |
| Utility structure pairing an integer counter with a double value. More... | |
| class | CMCMC< T > |
| Markov Chain Monte Carlo sampler for Bayesian parameter estimation. More... | |