Package nl.colorize.util.stats
package nl.colorize.util.stats
-
ClassDescriptionUtility class for aggregating numerical data sets.Cache<K,
V> Data structure for key/value pairs, where the value for each key is based on an underlying compute function.Describes the format of a CSV file, which is necessary since the CSV file format is not fully standardized.One of the records witin a CSV file.Defines a range between twoDate
s, with the start date being inclusive and the end date being exclusive.Histogram<B extends Comparable<B>>Data structure to describe histograms, which can be used to describe the distribution of a numerical data set.Tuple<L,R> Data structure that consists of two ordered values, sometimes also referred to as a pair.TupleList<L,R> Convenience class that can be used as a shorthand for creating a list ofTuple
s.