OpenSDN source code
|
#include <derived_stats_algo.h>
Public Member Functions | |
DSEWM (const std::string &annotation) | |
DSReturnType | FillResult (EWMResT &res) const |
void | Update (const ElemT &raw, uint64_t mono_usec) |
Public Attributes | |
double | alpha_ |
double | mean_ |
double | variance_ |
double | sigma_ |
double | stddev_ |
uint64_t | samples_ |
std::string | error_ |
Definition at line 152 of file derived_stats_algo.h.
|
inline |
Definition at line 154 of file derived_stats_algo.h.
|
inline |
Definition at line 176 of file derived_stats_algo.h.
|
inline |
Definition at line 187 of file derived_stats_algo.h.
double contrail::sandesh::DSEWM< ElemT, EWMResT >::alpha_ |
Definition at line 168 of file derived_stats_algo.h.
std::string contrail::sandesh::DSEWM< ElemT, EWMResT >::error_ |
Definition at line 174 of file derived_stats_algo.h.
double contrail::sandesh::DSEWM< ElemT, EWMResT >::mean_ |
Definition at line 169 of file derived_stats_algo.h.
uint64_t contrail::sandesh::DSEWM< ElemT, EWMResT >::samples_ |
Definition at line 173 of file derived_stats_algo.h.
double contrail::sandesh::DSEWM< ElemT, EWMResT >::sigma_ |
Definition at line 171 of file derived_stats_algo.h.
double contrail::sandesh::DSEWM< ElemT, EWMResT >::stddev_ |
Definition at line 172 of file derived_stats_algo.h.
double contrail::sandesh::DSEWM< ElemT, EWMResT >::variance_ |
Definition at line 170 of file derived_stats_algo.h.