Uses of Class
org.apache.commons.statistics.descriptive.DoubleStatistics
Packages that use DoubleStatistics
Package
Description
Implementations of univariate statistics.
-
Uses of DoubleStatistics in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return DoubleStatisticsModifier and TypeMethodDescriptionDoubleStatistics.Builder.build()
Builds aDoubleStatistics
instance.DoubleStatistics.Builder.build
(double... values) Builds aDoubleStatistics
instance using the inputvalues
.DoubleStatistics.combine
(DoubleStatistics other) Combines the state of theother
statistics into this one.static DoubleStatistics
Returns a new instance configured to compute the specifiedstatistics
populated using the inputvalues
.static DoubleStatistics
Returns a new instance configured to compute the specifiedstatistics
.DoubleStatistics.setConfiguration
(StatisticsConfiguration v) Sets the statistics configuration.Methods in org.apache.commons.statistics.descriptive with parameters of type DoubleStatisticsModifier and TypeMethodDescriptionDoubleStatistics.combine
(DoubleStatistics other) Combines the state of theother
statistics into this one.