Package 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.

See:
          Description

Interface Summary
Collector Defines the interface for statistical collectors.
 

Class Summary
Average Implements a collector that produces the following: a) arithmetic mean; b) standard deviation; c) number of observations; d) minimum value; e) maximum value.
CollectorBase Provides default implementation for classes implementing the Collector interface, as well as utility functions.
Series Implements a collector whose items correspond to a series, for example, a temporal series.
SimpleAvg Implements a collector that produces as result the arithmetic mean of its observations.
 

Package bcds.tools.stat Description

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.