Class Summary.Quantile

  • Enclosing class:
    Summary

    public static class Summary.Quantile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Quantile​(double quantile, double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getQuantile()  
      double getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Quantile

        public Quantile​(double quantile,
                        double value)
    • Method Detail

      • getQuantile

        public double getQuantile()
      • getValue

        public double getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object