#include <lstat.h>
Inheritance diagram for LStat:

Public Member Functions | |
| LStat (char *n=0) | |
| virtual | ~LStat (void) |
| virtual void | accum (double x) |
| double | num (void) |
| double | maxval (void) |
| double | minval (void) |
| double | mean (void) |
| double | var (void) |
| double | sDev (void) |
| double | rMeanSq (void) |
| void | dumpStats (void) |
| virtual void | reset (void) |
Static Public Member Functions | |
| static void | resetAll (void) |
Protected Member Functions | |
| void | SetN (double x) |
| void | SetMax (double x) |
| void | SetMin (double x) |
| void | SetVar (double x) |
| void | SetMean (double x) |
| void | SetFullDump (bool d) |
|
|
Constructor. Creates a statitical gatherer
|
|
|
Destructor. Automatically dumps statistical data |
|
|
Stores a new value in the statistical object
Reimplemented in TStat. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reset this statistical gatherer. Reimplemented in TStat. |
|
|
Reset all statistical gatherers. |
|
|
|
|
|
|
|
|
|
1.4.2