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 aDoubleStatisticsinstance.DoubleStatistics.Builder.build(double... values) Builds aDoubleStatisticsinstance using the inputvalues.DoubleStatistics.Builder.build(double[] values, int from, int to) Builds aDoubleStatisticsinstance using the specified range ofvalues.DoubleStatistics.combine(DoubleStatistics other) Combines the state of theotherstatistics into this one.private DoubleStatisticsDoubleStatistics.Builder.create(double[] values, int from, int to) Builds aDoubleStatisticsinstance using the inputvalues.static DoubleStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the inputvalues.static DoubleStatisticsReturns a new instance configured to compute the specifiedstatistics.static DoubleStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the specified range ofvalues.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 theotherstatistics into this one.