#include <SmplStat.h>
Public Methods | |
| SampleStatistic () | |
| virtual | ~SampleStatistic () |
| virtual void | reset () |
| virtual void | operator+= (double) |
| long | samples () |
| double | mean () |
| double | stdDev () |
| double | var () |
| double | min () |
| double | max () |
| double | confidence (int p_percentage) |
| double | confidence (double p_value) |
Protected Attributes | |
| long unsigned | n |
| double | x |
| double | x2 |
| double | minValue |
| double | maxValue |
|
|
Definition at line 64 of file SmplStat.h. |
|
|
Definition at line 68 of file SmplStat.h. |
|
|
Definition at line 146 of file SmplStat.cxx. |
|
|
Definition at line 134 of file SmplStat.cxx. |
|
|
Definition at line 67 of file SmplStat.h. |
|
|
Definition at line 102 of file SmplStat.cxx. Referenced by ShowerTest::last(), and TestApp::last(). |
|
|
Definition at line 66 of file SmplStat.h. |
|
|
Definition at line 92 of file SmplStat.cxx. |
|
|
Definition at line 84 of file SmplStat.cxx. Referenced by SampleStatistic(). |
|
|
Definition at line 65 of file SmplStat.h. Referenced by ShowerTest::last(), and TestApp::last(). |
|
|
Definition at line 124 of file SmplStat.cxx. Referenced by confidence(), ShowerTest::last(), and TestApp::last(). |
|
|
Definition at line 113 of file SmplStat.cxx. Referenced by stdDev(). |
|
|
Definition at line 35 of file SmplStat.h. |
|
|
Definition at line 35 of file SmplStat.h. |
|
|
Definition at line 32 of file SmplStat.h. |
|
|
Definition at line 33 of file SmplStat.h. |
|
|
Definition at line 34 of file SmplStat.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000