DoubleStatistics |
DoubleStatistics.Builder.build() |
Builds a DoubleStatistics instance.
|
DoubleStatistics |
DoubleStatistics.Builder.build(double... values) |
Builds a DoubleStatistics instance using the input values .
|
DoubleStatistics |
DoubleStatistics.Builder.build(double[] values,
int from,
int to) |
Builds a DoubleStatistics instance using the specified range of values .
|
DoubleStatistics |
DoubleStatistics.combine(DoubleStatistics other) |
Combines the state of the other statistics into this one.
|
static DoubleStatistics |
DoubleStatistics.of(Set<Statistic> statistics,
double... values) |
Returns a new instance configured to compute the specified statistics
populated using the input values .
|
static DoubleStatistics |
DoubleStatistics.of(Statistic... statistics) |
Returns a new instance configured to compute the specified statistics .
|
static DoubleStatistics |
DoubleStatistics.ofRange(Set<Statistic> statistics,
double[] values,
int from,
int to) |
Returns a new instance configured to compute the specified statistics
populated using the specified range of values .
|
DoubleStatistics |
DoubleStatistics.setConfiguration(StatisticsConfiguration v) |
Sets the statistics configuration.
|