| Package | Description | 
|---|---|
| org.hipparchus.stat.descriptive | Generic univariate and multivariate summary statistic objects. | 
| org.hipparchus.stat.fitting | Statistical methods for fitting distributions. | 
| org.hipparchus.stat.inference | Classes providing hypothesis testing. | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamingStatistics | StreamingStatistics.StreamingStatisticsBuilder. build()Builds a StreamingStatistics instance with currently defined properties. | 
| StreamingStatistics | StreamingStatistics. copy()Returns a copy of this StreamingStatistics instance with the same internal state. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamingStatistics. aggregate(StreamingStatistics other)Aggregates the provided instance into this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StreamingStatistics> | EmpiricalDistribution. getBinStats()Returns a List of  StreamingStatisticsinstances containing
 statistics describing the values in each of the bins. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RealDistribution | EmpiricalDistribution. getKernel(StreamingStatistics bStats)The within-bin smoothing kernel. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | OneWayAnova. anovaPValue(Collection<StreamingStatistics> categoryData,
           boolean allowOneElementData)Computes the ANOVA P-value for a collection of  StreamingStatistics. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.