PIP 5.6.1
Platform-Independent Primitives
Classes | Typedefs
pistatistic.h File Reference

Calculating math statistic of values array. More...

#include "pimathbase.h"

Classes

class  PIStatistic< T >
 Template class for calculating statistical measures of a data set Calculates mean, variance, skewness and kurtosis for a numeric sample. More...
 

Typedefs

typedef PIStatistic< int > PIStatistici
 Integer statistics helper.
 
typedef PIStatistic< float > PIStatisticf
 Single-precision statistics helper.
 
typedef PIStatistic< double > PIStatisticd
 Double-precision statistics helper.
 

Detailed Description

Calculating math statistic of values array.