|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
#include </home/runner/work/SedSat3/SedSat3/testmcmc.h>

Public Member Functions | |
| TestMCMC () | |
| void | InitializeParametersObservations (const vector< double > &mins, const vector< double > &maxs) |
| vector< Parameter > & | Parameters () |
| bool | SetParameterValue (unsigned int i, double value) |
| double | GetObjectiveFunctionValue () |
| CVector | GetPredictedValues () |
| size_t | ObservationsCount () |
Private Attributes | |
| vector< Parameter > | parameters |
Definition at line 9 of file testmcmc.h.
| TestMCMC::TestMCMC | ( | ) |
Definition at line 3 of file testmcmc.cpp.
| double TestMCMC::GetObjectiveFunctionValue | ( | ) |
Definition at line 24 of file testmcmc.cpp.
| CVector TestMCMC::GetPredictedValues | ( | ) |
Definition at line 29 of file testmcmc.cpp.
| void TestMCMC::InitializeParametersObservations | ( | const vector< double > & | mins, |
| const vector< double > & | maxs | ||
| ) |
Definition at line 8 of file testmcmc.cpp.
References lognormal, and parameters.
Referenced by Conductor::ExecuteTestCMBBayesian().
|
inline |
Definition at line 18 of file testmcmc.h.
Definition at line 14 of file testmcmc.h.
References parameters.
| bool TestMCMC::SetParameterValue | ( | unsigned int | i, |
| double | value | ||
| ) |
Definition at line 18 of file testmcmc.cpp.
References parameters.
Definition at line 21 of file testmcmc.h.
Referenced by InitializeParametersObservations(), Parameters(), and SetParameterValue().