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

The minimum value

Definition at line 41 of file statistics.h.

The minimum value

Definition at line 46 of file statistics.h.

The mean value

Definition at line 51 of file statistics.h.

The standard deviation

Definition at line 56 of file statistics.h.

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 Wed Sep 30 15:33:28 2009 by  doxygen 1.5.6