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)
  @param self (type: AddInfoStatistics) self pointer
  @return (type: int)

◆ count()

def count (   self,
  arg1 
)
  @param self (type: AddInfoStatistics) self pointer
  @param arg1 (type: int) mandatory parameter
  @return (type: int)

◆ empty()

def empty (   self)
  @param self (type: AddInfoStatistics) self pointer
  @return (type: bool)

◆ layout()

def layout (   self)
  @param self (type: AddInfoStatistics) self pointer
  @return (type: AddInfoLayout)

◆ max()

def max (   self)
  @param self (type: AddInfoStatistics) self pointer
  @return (type: AddInfo)

◆ mean()

def mean (   self,
  arg1 
)
  @param self (type: AddInfoStatistics) self pointer
  @param arg1 (type: int) mandatory parameter
  @return (type: float)

◆ merge()

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

◆ min()

def min (   self)
  @param self (type: AddInfoStatistics) self pointer
  @return (type: AddInfo)

◆ sigma()

def sigma (   self,
  arg1 
)
  @param self (type: AddInfoStatistics) self pointer
  @param arg1 (type: int) mandatory parameter
  @return (type: float)