#include <xstatistics.h>
Definition at line 46 of file xstatistics.h.
◆ Statistic()
◆ add()
Definition at line 23 of file xstatistics.cpp.
24{
26 {
29 }
30 else
31 {
34 else if (value >
_max)
36 }
39
40#ifdef STAT_USE_STDEV
42 {
45
46
47
48 }
49#endif
50}
◆ average()
| float Statistic::average |
( |
| ) |
const |
◆ clear()
| void Statistic::clear |
( |
| ) |
|
Definition at line 9 of file xstatistics.cpp.
10{
15#ifdef STAT_USE_STDEV
17
18
19#endif
20}
◆ count()
◆ maximum()
| float Statistic::maximum |
( |
| ) |
const |
|
inline |
◆ mean()
| float Statistic::mean |
( |
| ) |
const |
◆ minimum()
| float Statistic::minimum |
( |
| ) |
const |
|
inline |
◆ pop_stdev()
| float Statistic::pop_stdev |
( |
| ) |
const |
◆ sum()
| float Statistic::sum |
( |
| ) |
const |
|
inline |
◆ unbiased_stdev()
| float Statistic::unbiased_stdev |
( |
| ) |
const |
◆ variance()
| float Statistic::variance |
( |
| ) |
const |
◆ _cnt
◆ _max
◆ _min
◆ _ssqdif
◆ _sum
The documentation for this class was generated from the following files: