1 #ifndef ORG_EEROS_CORE_STATISTICS_HPP_
2 #define ORG_EEROS_CORE_STATISTICS_HPP_
10 void add(
double value);
21 #endif // ORG_EEROS_CORE_STATISTICS_HPP_
double min
Definition: Statistics.hpp:15
double mean
Definition: Statistics.hpp:17
long max_count
Definition: Statistics.hpp:13
Definition: Statistics.hpp:6
void reset()
Definition: Statistics.cpp:26
Statistics()
Definition: Statistics.cpp:8
void add(double value)
Definition: Statistics.cpp:12
long count
Definition: Statistics.hpp:14
double max
Definition: Statistics.hpp:16