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