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 (package private) LongStatistics.BuilderLongStatistics.Builder. add(Statistic statistic)Add the statistic to the statistics to compute.static LongStatistics.BuilderLongStatistics. builder(Statistic... statistics)Returns a new builder configured to create instances to compute the specifiedstatistics.LongStatistics.BuilderLongStatistics.Builder. setConfiguration(StatisticsConfiguration v)Sets the statistics configuration options for computation of statistics.
-