SPH
|
Helper class for statistics, accumulating minimal, maximal and mean value of a set of numbers. More...
#include <Means.h>
Public Member Functions | |
MinMaxMean ()=default | |
INLINE void | accumulate (const Float value) |
INLINE void | reset () |
Removes all values from the set. More... | |
INLINE Float | mean () const |
INLINE Float | min () const |
INLINE Float | max () const |
INLINE Interval | range () const |
INLINE Size | count () const |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const MinMaxMean &stats) |
Helper class for statistics, accumulating minimal, maximal and mean value of a set of numbers.
|
default |
|
inline |
|
friend |