Class IncludeMinMax.DoublesPair

  • Enclosing class:
    IncludeMinMax

    public static class IncludeMinMax.DoublesPair
    extends Object
    A simple structure to hold a pair of arrays
    • Field Detail

      • quantiles

        public double[] quantiles
        the array of quantiles
      • cumWeights

        public long[] cumWeights
        the array of associated cumulative weights
    • Constructor Detail

      • DoublesPair

        public DoublesPair​(double[] quantiles,
                           long[] cumWeights)
        Constructor.
        Parameters:
        quantiles - the array of quantiles
        cumWeights - the array of associated cumulative weights