Uses of Class
org.apache.commons.statistics.descriptive.DoubleStatistics.Builder
Packages that use DoubleStatistics.Builder
Package
Description
Implementations of univariate statistics.
-
Uses of DoubleStatistics.Builder in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return DoubleStatistics.BuilderModifier and TypeMethodDescription(package private) DoubleStatistics.BuilderAdd the statistic to the statistics to compute.static DoubleStatistics.BuilderReturns a new builder configured to create instances to compute the specifiedstatistics.DoubleStatistics.Builder.setConfiguration(StatisticsConfiguration v) Sets the statistics configuration options for computation of statistics.