|
Class Summary |
| AbstractKilobytesStatistic |
Abstract class for recording data in kilobytes instead of bytes. |
| AbstractStatistic |
Provides a default implementation of the Statistic interface as an
abstract class. |
| BasicKilobytesStatistic |
Abstract class for recording basic data in kilobytes instead of bytes. |
| BasicStatistic |
Abstract base class that records basic statistics. |
| LimeWireStatisticsModule |
|
| StatsUtils |
Provides convenience methods to return the number, arithmetic mean average,
variance, minimum, median and maximum value of a list of values, and other
statistical values. |
| StatsUtils.DoubleStats |
Extension of Stats using the double primitive. |
| StatsUtils.Stats |
An abstract class that holds the minimum, maximum, median
average, quartiles one and three, and second, third and fourth central moments. |