13 #ifndef MYGSL_MIN_MAX_H 14 #define MYGSL_MIN_MAX_H 1 62 void add(
double value_);
65 virtual void tree_dump(std::ostream & out_ = std::clog,
66 const std::string & title_ =
"",
67 const std::string & indent_ =
"",
68 bool inherit_ =
false)
const;
82 #endif // MYGSL_MIN_MAX_H double get_min() const
Return the minimum value.
int get_min_index() const
Return the index of the minimum value.
Record the min and max values from a set of values.
Definition: min_max.h:24
virtual void tree_dump(std::ostream &out_=std::clog, const std::string &title_="", const std::string &indent_="", bool inherit_=false) const
Smart printing.
double get_width() const
Return the width value.
double get_max() const
Return the maximum value.
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
void add(double value_)
Add a value.
double get_median() const
Return the median value.
double get_half_width() const
Return the half width value.
int get_max_index() const
Return the index of the maximum value.
int get_counter() const
Return the value counter.
bool is_valid() const
Check validity.
min_max()
Default constructor.