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