Package cern.jet.stat.quantile
Class Utils
- java.lang.Object
-
- cern.jet.stat.quantile.Utils
-
class Utils extends java.lang.Object
Holds some utility methods shared by different quantile finding implementations.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Utils()
Makes this class non instantiable, but still let's others inherit from it.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
epsilonCeiling(double value)
Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.
-