public static class IncludeMinMax.DoublesPair extends Object
Modifier and Type | Field and Description |
---|---|
long[] |
cumWeights
the array of associated cumulative weights
|
double[] |
quantiles
the array of quantiles
|
Constructor and Description |
---|
DoublesPair(double[] quantiles,
long[] cumWeights)
Constructor.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.