|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||