Package com.grandcentral.appstats.calculators

Class Summary
HistogramCalculator A calculator to generate a histogram of the stat data received.
ModeCalculator calculates the mode, or the most frequent value in a series of Stats.
RingBuffer this class maintains a single, fixed size wrapped buffer space for subclasses and child StatCalculators to use for analysis.
RingBufferIterator Iterates either forwards or backwards over the wrapped buffer in a RingBuffer, starting at the oldest value and working forwards.