Package cern.jet.stat.quantile
Class Utils
- java.lang.Object
-
- cern.jet.stat.quantile.Utils
-
class Utils extends java.lang.ObjectHolds some utility methods shared by different quantile finding implementations.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUtils()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 longepsilonCeiling(double value)Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.
-