Uses of Class
bcds.tools.stat.SimpleAvg

Packages that use SimpleAvg
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 SimpleAvg in bcds.tools.stat
 

Subclasses of SimpleAvg 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.