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