Uses of Class
org.apache.commons.statistics.descriptive.IntStatistics.Builder
Packages that use IntStatistics.Builder
Package
Description
Implementations of univariate statistics.
-
Uses of IntStatistics.Builder in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return IntStatistics.BuilderModifier and TypeMethodDescription(package private) IntStatistics.Builder
Add the statistic to the statistics to compute.static IntStatistics.Builder
Returns a new builder configured to create instances to compute the specifiedstatistics
.IntStatistics.Builder.setConfiguration
(StatisticsConfiguration v) Sets the statistics configuration options for computation of statistics.