feisty meow concerns codebase
2.140
|
structure holding a weighted chunk of the average. More...
#include <averager.h>
Public Attributes | |
contents | value |
int | count |
structure holding a weighted chunk of the average.
an entry in the list of averages has a "value" and a "count" that measures the weight with which that "value" is considered.
Definition at line 60 of file averager.h.
int mathematics::averager< contents >::weighted_entry::count |
Definition at line 60 of file averager.h.
Referenced by mathematics::averager< contents >::add().
contents mathematics::averager< contents >::weighted_entry::value |
Definition at line 60 of file averager.h.
Referenced by mathematics::averager< contents >::add().