|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Facility to compute mean and variance. More...
#include <running-stat.h>
Data Fields | |
| uint64_t | i |
| count of incoming inputs More... | |
| uint64_t | mask |
| take sample only if (i & mask) == 0 More... | |
| uint64_t | n |
| count of taken samples More... | |
| double | m1 |
| double | m2 |
Facility to compute mean and variance.
| uint64_t RunningStat::i |
count of incoming inputs
| double RunningStat::m1 |
| double RunningStat::m2 |
| uint64_t RunningStat::mask |
take sample only if (i & mask) == 0
| uint64_t RunningStat::n |
count of taken samples