Uses of Class
cloud.opencode.base.math.stats.StreamingStatistics
Packages that use StreamingStatistics
-
Uses of StreamingStatistics in cloud.opencode.base.math
Methods in cloud.opencode.base.math that return StreamingStatisticsModifier and TypeMethodDescriptionstatic StreamingStatisticsOpenMathLib.streamingStats()Creates a new streaming statistics accumulator. -
Uses of StreamingStatistics in cloud.opencode.base.math.stats
Methods in cloud.opencode.base.math.stats that return StreamingStatisticsModifier and TypeMethodDescriptionstatic StreamingStatisticsStreamingStatistics.create()Creates a new empty streaming statistics accumulator.StreamingStatistics.merge(StreamingStatistics other) Merges this accumulator with another, returning a NEW instance.Methods in cloud.opencode.base.math.stats that return types with arguments of type StreamingStatisticsModifier and TypeMethodDescriptionStreamingStatistics.collector()Returns aCollectorfor use withStream.collect(Collector).StreamingStatistics.collector()Returns aCollectorfor use withStream.collect(Collector).Methods in cloud.opencode.base.math.stats with parameters of type StreamingStatisticsModifier and TypeMethodDescriptionStreamingStatistics.merge(StreamingStatistics other) Merges this accumulator with another, returning a NEW instance.