Class AbstractQuantileEstimation.AbstractSample<SAMPLE extends AbstractQuantileEstimation.AbstractSample<SAMPLE>>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractSample()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SAMPLE clone()  
      protected double g()  
      protected SAMPLE merge​(SAMPLE other, boolean max, boolean min)  
      • Methods inherited from class java.lang.Object

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

      • AbstractSample

        protected AbstractSample()
    • Method Detail

      • clone

        public SAMPLE clone()
        Overrides:
        clone in class java.lang.Object
      • merge

        protected SAMPLE merge​(@Nonnull
                               SAMPLE other,
                               boolean max,
                               boolean min)
      • g

        protected final double g()