stores a statistics about a set of addinfo objects. More...
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) |
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)
def columns | ( | self | ) |
self | (type: AddInfoStatistics) self pointer |
def count | ( | self, | |
arg1 | |||
) |
self | (type: AddInfoStatistics) self pointer |
arg1 | (type: object) mandatory parameter |
def empty | ( | self | ) |
self | (type: AddInfoStatistics) self pointer |
def layout | ( | self | ) |
self | (type: AddInfoStatistics) self pointer |
def max | ( | self | ) |
self | (type: AddInfoStatistics) self pointer |
def mean | ( | self, | |
arg1 | |||
) |
self | (type: AddInfoStatistics) self pointer |
arg1 | (type: object) mandatory parameter |
def merge | ( | self, | |
arg1 | |||
) |
self | (type: AddInfoStatistics) self pointer |
arg1 | (type: AddInfoStatistics) mandatory parameter |
def min | ( | self | ) |
self | (type: AddInfoStatistics) self pointer |
def sigma | ( | self, | |
arg1 | |||
) |
self | (type: AddInfoStatistics) self pointer |
arg1 | (type: object) mandatory parameter |