lbaf.IO.lbsStatistics.Statistics class

A class storing descriptive statistics.

Special methods

def __init__(self, n: int, mini: float, mean: float, maxi: float, var: float, g1: float, g2: float)
Class constructor given descriptive statistics values.