Class Utils

java.lang.Object
cern.jet.stat.quantile.Utils

class Utils extends Object
Holds some utility methods shared by different quantile finding implementations.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Makes this class non instantiable, but still let's others inherit from it.
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    epsilonCeiling(double value)
    Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Utils

      protected Utils()
      Makes this class non instantiable, but still let's others inherit from it.
  • Method Details

    • epsilonCeiling

      public static long epsilonCeiling(double value)
      Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.