Loading [MathJax]/extensions/tex2jax.js
AddInfoStatistics Class Reference

stores a statistics about a set of addinfo objects. More...

+ Inheritance diagram for AddInfoStatistics:

Public Member Functions

def columns (self)
 
def count (self, arg1)
 
def empty (self)
 
def layout (self)
 
def max (self)
 
def mean (self, arg1)
 
def merge (self, arg1)
 
def min (self)
 
def sigma (self, arg1)
 

Detailed Description

stores a statistics about a set of addinfo objects.

The statistic objects provides information about the minimum and maximum value, as well as, the nummber of values that have been aggregated for each addinfo column. the minimum and maximum values can be accesed through two addinfo objects. It is secured that the minimum and maximum objects and the internal count vector are aligned (same AddInfoLayout)

Member Function Documentation

◆ columns()

def columns (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: int)

◆ count()

def count (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: object) mandatory parameter
Returns
(type: int)

◆ empty()

def empty (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: bool)

◆ layout()

def layout (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: AddInfoLayout)

◆ max()

def max (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: AddInfo)

◆ mean()

def mean (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: object) mandatory parameter
Returns
(type: float)

◆ merge()

def merge (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: AddInfoStatistics) mandatory parameter

◆ min()

def min (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: AddInfo)

◆ sigma()

def sigma (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: object) mandatory parameter
Returns
(type: float)