Mir 1.0
Mir application programming interface
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 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.
 
double variance
 Variance.
 
double skewness
 Skewness.
 
double kurtosis
 Excess kurtosis.
 

Detailed Description

Structure for online incremental calculation of sample statistics.


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