#include <smplstat.h>
Inheritance diagram for SampleStatistic:

Public Methods | |
| SampleStatistic () | |
| virtual | ~SampleStatistic () |
| virtual void | reset () |
| virtual void | operator+= (double) |
| long | samples () const |
| double | mean () const |
| double | stdDev () const |
| double | var () const |
| double | min () const |
| double | max () const |
| double | confidence (int p_percentage) const |
| double | confidence (double p_value) const |
Protected Attributes | |
| long unsigned | n |
| double | x |
| double | x2 |
| double | minValue |
| double | maxValue |
|
|
Definition at line 52 of file smplstat.cxx. |
|
|
Definition at line 63 of file smplstat.h. |
|
|
Definition at line 148 of file smplstat.cxx. |
|
|
Definition at line 136 of file smplstat.cxx. |
|
|
Definition at line 62 of file smplstat.h. Referenced by Histogram::print(). |
|
|
Definition at line 104 of file smplstat.cxx. Referenced by Histogram::print(). |
|
|
Definition at line 61 of file smplstat.h. Referenced by Histogram::print(). |
|
|
Reimplemented in Histogram. Definition at line 93 of file smplstat.cxx. Referenced by Histogram::fill(). |
|
|
Definition at line 85 of file smplstat.cxx. Referenced by SampleStatistic(), and Histogram::clear(). |
|
|
Definition at line 60 of file smplstat.h. |
|
|
Definition at line 126 of file smplstat.cxx. Referenced by Histogram::print(). |
|
|
Definition at line 115 of file smplstat.cxx. |
|
|
Definition at line 31 of file smplstat.h. |
|
|
Definition at line 31 of file smplstat.h. |
|
|
Definition at line 28 of file smplstat.h. |
|
|
Definition at line 29 of file smplstat.h. |
|
|
Definition at line 30 of file smplstat.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000