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