ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | List of all members
anna::statistics::Operation Class Reference

#include <Accumulator.hpp>

Public Types

enum  Type {
  Average, StandardDeviation, BesselStandardDeviation, Minimum,
  Maximum
}
 

Member Enumeration Documentation

◆ Type

Enumerator
Average 
StandardDeviation 
BesselStandardDeviation 
Minimum 
Maximum 
33  {
34  //Sum = 0, // is not very useful
35  Average,
37  BesselStandardDeviation, //This correction (the use of N - 1 instead of N) is known as Bessel's correction
38  Minimum,
39  Maximum
40  };
Definition: Accumulator.hpp:39
Definition: Accumulator.hpp:38
Definition: Accumulator.hpp:35

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