Mir 1.0
Mir application programming interface
 
Loading...
Searching...
No Matches
mirml_rsamp_incr_t_ Struct Reference

Structure for online incremental calculation of sample statistics. More...

#include <mirml_stat.h>

Data Fields

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.
 

Detailed Description

Structure for online incremental calculation of sample statistics.


The documentation for this struct was generated from the following file: