Package nl.colorize.util.stats
package nl.colorize.util.stats
-
ClassDescriptionCache<K,
V> Data structure for key/value pairs, where the value for each key is based on an underlying compute function.Defines a range between twoDate
s, with the start date being inclusive and the end date being exclusive.Histogram<B>Categorizes the frequency of data points within different bins.A set that includes integers between the start and end.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.