|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
#include "cmbdistribution.h"

Go to the source code of this file.
Classes | |
| class | Parameter |
| Represents a model parameter with prior distribution and constraints. More... | |
Enumerations | |
| enum class | _range { low , high } |
| Enumeration for specifying parameter range bounds. More... | |
|
strong |
Enumeration for specifying parameter range bounds.
Used to identify whether referring to the lower or upper bound of a parameter's allowable range in optimization and sampling algorithms.
| Enumerator | |
|---|---|
| low | Lower bound of the parameter range. |
| high | Upper bound of the parameter range. |
Definition at line 13 of file parameter.h.