See: Description
Interface | Description |
---|---|
Binnable |
An interface for creating histograms.
|
CDF |
Provides a common interface for cumulative density functions.
|
StatBox |
An empty interface that specifies that something holds statistics.
|
Class | Description |
---|---|
AveStatBox |
Holds averages of other stat boxes and values.
|
Binomial |
A class for computing N choose K.
|
FPFNStatBox |
Holds standard statistics, like FP, FN, TP, TN, etc.
|
Gaussian | |
Heap |
A partial impelentation of the Collection interface as a heap.
|
Histogram |
For generating histograms of
Binnable objects. |
KS |
The Kolmogorov-Smirnov statistic and probability methods.
|
LinCorrStatBox |
A StatBox for computing Linear Correlation (r^2).
|
MiscUtils | |
MoreArrays |
Contains useful static array-manipulation methods not contained in the java.util.Arrays class.
|
MoreMath |
Contains useful static math methods not contained in the java.lang.Math class.
|
NiceFormatter |
Provides methods for formating output in a standard way.
|
Poisson |
Contains static methods for computing Poisson probabilities.
|
Assorted static methods for printing text.
|
|
Range |
A pair of ordered numbers.
|
SoftValueHashMap<K,V> | |
Stopwatch |
Used for timing things, just like a real stopwatch!
|
SuffixArray |
A suffix array provides an efficient means of indexing all substrings of suffixArray string.
|
ThreadDriver | |
UberProperties |
This class adds some helpful functionality to the Properties class, simplifying access to properties that aren't strings, improving the
toString method, and supplying a
default properties object. |