Parallel Colt 0.7.2

cern.jet.stat
Class Utils

java.lang.Object
  extended by cern.jet.stat.Utils

public class Utils
extends Object

Holds some utility methods shared by different quantile finding implementations.


Method Summary
static long epsilonCeiling(double value)
          Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

epsilonCeiling

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage