Package cern.jet.stat.quantile
Class Utils
java.lang.Object
cern.jet.stat.quantile.Utils
Holds some utility methods shared by different quantile finding implementations.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Utils()
Makes this class non instantiable, but still let's others inherit from it. -
Method Summary
Modifier and TypeMethodDescriptionstatic long
epsilonCeiling
(double value) Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.
-
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.
-