Uses of Class
org.apache.commons.statistics.descriptive.LongStatistics
Packages that use LongStatistics
Package
Description
Implementations of univariate statistics.
-
Uses of LongStatistics in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongStatisticsModifier and TypeMethodDescriptionLongStatistics.Builder.build()
Builds aLongStatistics
instance.LongStatistics.Builder.build
(long... values) Builds aLongStatistics
instance using the inputvalues
.LongStatistics.combine
(LongStatistics other) Combines the state of theother
statistics into this one.static LongStatistics
Returns a new instance configured to compute the specifiedstatistics
populated using the inputvalues
.static LongStatistics
Returns a new instance configured to compute the specifiedstatistics
.LongStatistics.setConfiguration
(StatisticsConfiguration v) Sets the statistics configuration.Methods in org.apache.commons.statistics.descriptive with parameters of type LongStatisticsModifier and TypeMethodDescriptionLongStatistics.combine
(LongStatistics other) Combines the state of theother
statistics into this one.