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