IOR
|
#include <ior-internal.h>
Data Fields | |
double | min |
double | max |
double | mean |
double | var |
double | sd |
double | sum |
double * | val |
Definition at line 29 of file ior-internal.h.
double results::max |
Definition at line 31 of file ior-internal.h.
Referenced by bw_values(), ops_values(), and PrintLongSummaryOneOperation().
double results::mean |
Definition at line 32 of file ior-internal.h.
Referenced by bw_values(), DisplayOutliers(), ops_values(), and PrintLongSummaryOneOperation().
double results::min |
Definition at line 30 of file ior-internal.h.
Referenced by bw_values(), ops_values(), and PrintLongSummaryOneOperation().
double results::sd |
Definition at line 34 of file ior-internal.h.
Referenced by bw_values(), DisplayOutliers(), ops_values(), and PrintLongSummaryOneOperation().
double results::sum |
Definition at line 35 of file ior-internal.h.
Referenced by bw_values(), DisplayOutliers(), and ops_values().
double* results::val |
Definition at line 36 of file ior-internal.h.
Referenced by bw_values(), and ops_values().
double results::var |
Definition at line 33 of file ior-internal.h.
Referenced by bw_values(), DisplayOutliers(), and ops_values().