#include <statistics.h>
Public Attributes | |
| double | min |
| double | max |
| double | mean |
| double | stdev |
| double | meandev |
Friends | |
| STD_ostream & | operator<< (STD_ostream &s, statisticResult stats) |
Definition at line 36 of file statistics.h.
| STD_ostream& operator<< | ( | STD_ostream & | s, | |
| statisticResult | stats | |||
| ) | [friend] |
Prints statistics to ostream
| double statisticResult::min |
The minimum value
Definition at line 41 of file statistics.h.
| double statisticResult::max |
The minimum value
Definition at line 46 of file statistics.h.
| double statisticResult::mean |
The mean value
Definition at line 51 of file statistics.h.
| double statisticResult::stdev |
The standard deviation
Definition at line 56 of file statistics.h.
| double statisticResult::meandev |
The standard deviation of the mean value
Definition at line 61 of file statistics.h.
1.5.6