Uses of Class
org.hipparchus.stat.descriptive.StreamingStatistics
Package
Description
Generic univariate and multivariate summary statistic objects.
Statistical methods for fitting distributions.
Classes providing hypothesis testing.
-
Uses of StreamingStatistics in org.hipparchus.stat.descriptive
Modifier and TypeMethodDescriptionStreamingStatistics.StreamingStatisticsBuilder.build()
Builds a StreamingStatistics instance with currently defined properties.StreamingStatistics.copy()
Returns a copy of this StreamingStatistics instance with the same internal state.Modifier and TypeMethodDescriptionvoid
StreamingStatistics.aggregate
(StreamingStatistics other) Aggregates the provided instance into this instance. -
Uses of StreamingStatistics in org.hipparchus.stat.fitting
Modifier and TypeMethodDescriptionEmpiricalDistribution.getBinStats()
Returns a List ofStreamingStatistics
instances containing statistics describing the values in each of the bins.Modifier and TypeMethodDescriptionprotected RealDistribution
EmpiricalDistribution.getKernel
(StreamingStatistics bStats) The within-bin smoothing kernel. -
Uses of StreamingStatistics in org.hipparchus.stat.inference
Modifier and TypeMethodDescriptiondouble
OneWayAnova.anovaPValue
(Collection<StreamingStatistics> categoryData, boolean allowOneElementData) Computes the ANOVA P-value for a collection ofStreamingStatistics
.