SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
parameter.h File Reference
#include "cmbdistribution.h"
Include dependency graph for parameter.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ _range

enum class _range
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.