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