Package org.jcoderz.commons.statistics

Interface Summary
Resettable Interface for statistical entities that can be reset.
 

Class Summary
Average Compute the average of a number of positive long values.
Counter This class implements a simple counter that can be incremented and decremented.
TimedAverage This is an Average version that also counts time and can thus compute a frequency (i.e. occurences per time).
TimedCounter TODO Write javadoc!
 



Copyright 2007 The jCoderZ Project.