Uses of Class
com.gengoai.math.EnhancedDoubleStatistics
-
Packages that use EnhancedDoubleStatistics Package Description com.gengoai.math com.gengoai.stream A unified stream interface that can work across Java and Spark streams.com.gengoai.stream.local com.gengoai.stream.spark -
-
Uses of EnhancedDoubleStatistics in com.gengoai.math
Methods in com.gengoai.math that return EnhancedDoubleStatistics Modifier and Type Method Description static EnhancedDoubleStatistics
Math2. summaryStatistics(double... values)
Calculates the summary statistics for the values in the given array.static EnhancedDoubleStatistics
Math2. summaryStatistics(int... values)
Calculates the summary statistics for the values in the given array.static EnhancedDoubleStatistics
Math2. summaryStatistics(long... values)
Calculates the summary statistics for the values in the given array.static EnhancedDoubleStatistics
Math2. summaryStatistics(Iterable<? extends Number> values)
Calculates the summary statistics for the values in the given iterable.Methods in com.gengoai.math with parameters of type EnhancedDoubleStatistics Modifier and Type Method Description void
EnhancedDoubleStatistics. combine(EnhancedDoubleStatistics other)
Adds the statistics collected by another EnhancedDoubleStatistics object -
Uses of EnhancedDoubleStatistics in com.gengoai.stream
Methods in com.gengoai.stream that return EnhancedDoubleStatistics Modifier and Type Method Description EnhancedDoubleStatistics
MDoubleStream. statistics()
Calculates a number of useful statistics over the elements in the streamMethods in com.gengoai.stream with parameters of type EnhancedDoubleStatistics Modifier and Type Method Description void
MStatisticsAccumulator. combine(EnhancedDoubleStatistics statistics)
Combines the given statistics with this one. -
Uses of EnhancedDoubleStatistics in com.gengoai.stream.local
Methods in com.gengoai.stream.local that return EnhancedDoubleStatistics Modifier and Type Method Description EnhancedDoubleStatistics
LocalMDoubleStream. statistics()
EnhancedDoubleStatistics
LocalMStatisticsAccumulator. value()
Methods in com.gengoai.stream.local that return types with arguments of type EnhancedDoubleStatistics Modifier and Type Method Description LocalMAccumulator<Double,EnhancedDoubleStatistics>
LocalMStatisticsAccumulator. copy()
Methods in com.gengoai.stream.local with parameters of type EnhancedDoubleStatistics Modifier and Type Method Description void
LocalMStatisticsAccumulator. combine(EnhancedDoubleStatistics statistics)
Method parameters in com.gengoai.stream.local with type arguments of type EnhancedDoubleStatistics Modifier and Type Method Description void
LocalMStatisticsAccumulator. merge(MAccumulator<Double,EnhancedDoubleStatistics> other)
-
Uses of EnhancedDoubleStatistics in com.gengoai.stream.spark
Methods in com.gengoai.stream.spark with parameters of type EnhancedDoubleStatistics Modifier and Type Method Description void
SparkMStatisticsAccumulator. combine(EnhancedDoubleStatistics statistics)
-