#include <probabilities.hpp>
Perform operations on likelihoods and probabilities within the linear domain, i.e., on native probability quantities. Within this domain, a likelihood or probability is represented internally by its value and all operations correspond to identical mathematical operations delegated to the value_type.. The linear_domain type is used to signal the domain of operation when transforming either the domain or value of a probability object. In addition, it is used to signal the domain for certain constructors.
1.4.5