|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
Utility structure pairing an integer counter with a double value. More...
#include <MCMC/MCMC.h>

Public Attributes | |
| int | counter |
| Chain or sample index. | |
| double | value |
| Associated value (likelihood, parameter, etc.) | |
Utility structure pairing an integer counter with a double value.
Used internally for tracking extrema (min/max) values across chains along with their chain index.
| int int_value_pair::counter |
Chain or sample index.
Definition at line 237 of file MCMC.h.
Referenced by CMCMC< SourceSinkData >::get_outputpercentiles(), and CMCMC< SourceSinkData >::step().
| double int_value_pair::value |
Associated value (likelihood, parameter, etc.)
Definition at line 238 of file MCMC.h.
Referenced by CMCMC< SourceSinkData >::get_outputpercentiles(), and CMCMC< T >::Min().