Uses of Class
org.strbio.math.Bin

Packages that use Bin
org.strbio.math These classes perform functions related to mathematics and statistics. 
 

Uses of Bin in org.strbio.math
 

Subclasses of Bin in org.strbio.math
 class Bin2D
          This saves samples pairs of data, and remembers some stats about the y values for each bin.
 class Sampler
          This is a special case of Bin that samples data and can later return statistics like average, standard deviation.