Template Class Accumulator
Defined in File accumulator.hpp
Class Documentation
-
template<typename T = double>
class Accumulator Public Functions
-
inline long double mean() const
get the mean value
-
inline unsigned int count() const
get the number of values used to build this statistic
Friends
-
template<typename U>
friend std::ostream &operator<<(std::ostream &os, const Accumulator<U> &accumulator)
-
inline long double mean() const