AddInfoStatistics Class Reference

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

Public Member Functions

def columns
def count
def empty
def layout
def max
def mean
def merge
def min
def sigma

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

def columns (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: int)
def count (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: int) mandatory parameter
Returns
(type: int)
def empty (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: bool)
def layout (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: AddInfoLayout)
def max (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: AddInfo)
def mean (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: int) mandatory parameter
Returns
(type: float)
def merge (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: AddInfoStatistics) mandatory parameter
def min (   self)
Parameters
self(type: AddInfoStatistics) self pointer
Returns
(type: AddInfo)
def sigma (   self,
  arg1 
)
Parameters
self(type: AddInfoStatistics) self pointer
arg1(type: int) mandatory parameter
Returns
(type: float)