|
ODIN
|
#include <statistics.h>
Public Attributes | |
| double | min |
| double | max |
| double | mean |
| double | stdev |
| double | meandev |
Friends | |
| STD_ostream & | operator<< (STD_ostream &s, statisticResult stats) |
Results of a statistical analysis
Definition at line 36 of file statistics.h.
|
friend |
Prints statistics to ostream
| 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::meandev |
The standard deviation of the mean value
Definition at line 61 of file statistics.h.
| double statisticResult::min |
The minimum value
Definition at line 41 of file statistics.h.
| double statisticResult::stdev |
The standard deviation
Definition at line 56 of file statistics.h.