statisticResult Struct Reference
[Classes of the ODIN data processing framework (odindata library)]

#include <statistics.h>

List of all members.

Public Attributes

double min
double max
double mean
double stdev
double meandev

Friends

STD_ostream & operator<< (STD_ostream &s, statisticResult stats)


Detailed Description

Results of a statistical analysis

Definition at line 36 of file statistics.h.


Friends And Related Function Documentation

STD_ostream& operator<< ( STD_ostream &  s,
statisticResult  stats 
) [friend]

Prints statistics to ostream


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Sat Jun 14 12:32:49 2008 by  doxygen 1.5.1