Class Summary |
ExtendedRandom |
Extends the functionality of java.util.Random . |
FileNameGenerator |
Generates a series of filenames for classes that have to save e.g. |
IncrementalFreq |
A class that can collect frequency information on integer input. |
IncrementalStats |
A class that can keep track of some statistics like variance, average, min,
max incrementally. |
LinearIterator |
This class gives the linear order 0,1,etc or alternatively k-1, k-2, etc.,
depending on the constructor. |
MedianStats |
This class adds the ability to retrieve the median element to the
IncrementalStats class. |
MomentStats |
This class provides extended statistical informations about the inspected
distribution. |
RandPermutation |
This class provides a random permutation of indexes. |
StringListParser |
This utility class can be used to parse range expressions. |
WeightedRandPerm |
This class provides a weighted random permutation of indexes. |