Class IncludeMinMax.DoublesPair
java.lang.Object
org.apache.datasketches.quantilescommon.IncludeMinMax.DoublesPair
- Enclosing class:
- IncludeMinMax
A simple structure to hold a pair of arrays
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
the array of associated cumulative weightsdouble[]
the array of quantiles -
Constructor Summary
-
Method Summary
-
Field Details
-
quantiles
public double[] quantilesthe array of quantiles -
cumWeights
public long[] cumWeightsthe array of associated cumulative weights
-
-
Constructor Details
-
DoublesPair
public DoublesPair(double[] quantiles, long[] cumWeights) Constructor.- Parameters:
quantiles
- the array of quantilescumWeights
- the array of associated cumulative weights
-