3 #ifndef MYGSL_BEST_VALUE_H 4 #define MYGSL_BEST_VALUE_H 1 21 operator double ()
const;
67 double _confidence_level_;
77 #endif // MYGSL_BEST_VALUE_H
void set_error_high(double error_lhigh_)
double get_error_low() const
std::ostream & operator<<(std::ostream &out_, const best_value &bv_)
void unset_confidence_level()
A data structure representing a numeric value and its associated error.
Definition: best_value.h:17
void set_confidence_level(double confidence_level_)
double get_max_value() const
#define DATATOOLS_SERIALIZATION_DECLARATION()
Definition: i_serializable.h:266
double get_error_high() const
void set_error_low(double error_low_)
double get_min_value() const
void set_value(double value_)
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
double get_confidence_level() const
bool has_confidence_level() const
bool is_symmetric_error() const