See: Description
| Class | Description | 
|---|---|
| DoubleMoments | Value objects which contains statistical moments. | 
| DoubleMomentStatistics | A state object for collecting statistics such as count, min, max, sum, mean,
 variance, skewness and kurtosis. | 
| DoubleSummary | Value objects which contains statistical summary information. | 
| IntMoments | Value objects which contains statistical moments. | 
| IntMomentStatistics | A state object for collecting statistics such as count, min, max, sum, mean,
 variance, skewness and kurtosis. | 
| IntSummary | Value objects which contains statistical summary information. | 
| LongMoments | Value objects which contains statistical moments. | 
| LongMomentStatistics | A state object for collecting statistics such as count, min, max, sum, mean,
 variance, skewness and kurtosis. | 
| LongSummary | Value objects which contains statistical summary information. | 
| MinMax<C> | This consumer class is used for calculating the min and max value
 according to the given  Comparator. | 
| Quantile | Implementation of the quantile estimation algorithm published by | 
DoubleSummaryStatistics). With the additions in this package it is
 also possible to calculate the variance, skewness and kurtosis---using the
 DoubleMomentStatistics class. The EvolutionStatistics object,
 which can be calculated for every generation, relies on the classes of this
 package.© 2007-2014 Franz Wilhelmstötter (2014-12-28 10:45)