Uses of Package
bcds.tools.stat

Packages that use bcds.tools.stat
bcds.phison.sim This package comprises the simulator and several processing modules. 
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. 
 

Classes in bcds.tools.stat used by bcds.phison.sim
Collector
          Defines the interface for statistical collectors.
 

Classes in bcds.tools.stat used by bcds.tools.stat
Average
          Implements a collector that produces the following: a) arithmetic mean; b) standard deviation; c) number of observations; d) minimum value; e) maximum value.
Collector
          Defines the interface for statistical collectors.
CollectorBase
          Provides default implementation for classes implementing the Collector interface, as well as utility functions.
SimpleAvg
          Implements a collector that produces as result the arithmetic mean of its observations.