Uses of Class
org.apache.commons.statistics.descriptive.DoubleStatistics
-
-
Uses of DoubleStatistics in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return DoubleStatistics Modifier and Type Method Description DoubleStatistics
DoubleStatistics.Builder. build()
Builds aDoubleStatistics
instance.DoubleStatistics
DoubleStatistics.Builder. build(double... values)
Builds aDoubleStatistics
instance using the inputvalues
.DoubleStatistics
DoubleStatistics. combine(DoubleStatistics other)
Combines the state of theother
statistics into this one.static DoubleStatistics
DoubleStatistics. of(Set<Statistic> statistics, double... values)
Returns a new instance configured to compute the specifiedstatistics
populated using the inputvalues
.static DoubleStatistics
DoubleStatistics. of(Statistic... statistics)
Returns a new instance configured to compute the specifiedstatistics
.DoubleStatistics
DoubleStatistics. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration.Methods in org.apache.commons.statistics.descriptive with parameters of type DoubleStatistics Modifier and Type Method Description DoubleStatistics
DoubleStatistics. combine(DoubleStatistics other)
Combines the state of theother
statistics into this one.
-