| Bucket |
Bucket class stores the number of values (count) in a range defined by
minThreshold (included) and maxThreshold (excluded).
|
| Generator |
|
| ListOfLong |
ListOfLong : a list of long with convenient management tools and stuff for
statistics as sum, squareSum.
|
| LongStatistics |
Class for performances statistical calculation (data stored in ListOfLong) with
median, average value, standard deviation ...
|
| Math4Long |
Math extension more specifically tuned to deal with statistical analysis
of time measures
|
| Quantile |
Bucket class stores the number of values (number) in a range defined by
min (included) and max (included).
|
| SliceSummary |
summarize long data set (durations) measured within a elapsed time slice
|
| StatOnLongs |
Class for performances statistical calculation (data stored in ListOfLong) with
median, average value, standard deviation ...
|