Mobios v0.91

mobios.util
Class Histogram.BinInfo

java.lang.Object
  extended by mobios.util.Histogram.BinInfo
Enclosing class:
Histogram

public static class Histogram.BinInfo
extends Object


Constructor Summary
Histogram.BinInfo(double center, double width)
           
 
Method Summary
 Histogram.BinInfo addPoint(double value)
           
 boolean cover(double value)
           
 double lower()
           
 int size()
           
 double upper()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram.BinInfo

public Histogram.BinInfo(double center,
                         double width)
Method Detail

addPoint

public Histogram.BinInfo addPoint(double value)

size

public int size()

lower

public double lower()

upper

public double upper()

cover

public boolean cover(double value)

Mobios v0.91

(C) 2002 - 2006 The MoBIoS Group