Package edu.indiana.util.statistics

Interface Summary
RunningAggregate  
 

Class Summary
BasicStats  
RunningAggregateSet A set of RunningAggregate objects, each with a key.
RunningMean A RunningMean tracks the sum of provided doubles and is prepared to provide the mean.
RunningRoundedMean This class is particularly useful for tracking an aggregate value for an ordinal variable.
RunningVote Maintains a running vote among double values.
 

Exception Summary