#include <pydtn/Statistics.h>
Public Member Functions | ||||
| Stat () | ||||
| Constructor. | ||||
| ~Stat () | ||||
| Destructor. | ||||
| unsigned long | n () const | |||
| ||||
| unsigned long | s () const | |||
| ||||
| unsigned long | w () const | |||
| ||||
| double | mean () const | |||
| ||||
| double | var () const | |||
| ||||
| double | sigma () const | |||
| ||||
| void | add (unsigned long val) | |||
| ||||
| void | reset () | |||
| Sets all counts (entries, sum, and weight) to zero. | ||||
Definition at line 46 of file Statistics.h.
1.5.4