Structure for online incremental calculation of sample statistics.
More...
#include <mirml_stat.h>
|
|
unsigned long | n |
| | Current number of samples.
|
| |
|
double | wsum |
| | Current sum of weights.
|
| |
|
double | wsum2 |
| | Current sum of squared weights.
|
| |
|
double | mean |
| | Current mean.
|
| |
|
double | M2 |
| | Current 2nd moment.
|
| |
|
double | M3 |
| | Current 3rd moment.
|
| |
|
double | M4 |
| | Current 4th moment.
|
| |
|
double | min |
| | Current minimal value.
|
| |
|
double | max |
| | Current maximal value.
|
| |
Structure for online incremental calculation of sample statistics.
The documentation for this struct was generated from the following file: