Uses of Class
bcds.tools.stat.CollectorBase

Packages that use CollectorBase
bcds.tools.stat Classes in this package are used for defining variables of which certain statistical properties are of interest, for example the arithmetic mean and the standard deviation of a sample. 
 

Uses of CollectorBase in bcds.tools.stat
 

Subclasses of CollectorBase in bcds.tools.stat
 class Average
          Implements a collector that produces the following: a) arithmetic mean; b) standard deviation; c) number of observations; d) minimum value; e) maximum value.
 class Series
          Implements a collector whose items correspond to a series, for example, a temporal series.
 class SimpleAvg
          Implements a collector that produces as result the arithmetic mean of its observations.