Package it.unimi.dsi.stat

Statistics classes.

See:
          Description

Interface Summary
Jackknife.Statistic A statistic to be estimated using the jackknife on a set of samples.
 

Class Summary
Jackknife Applies the jackknife to generic statistics.
Jackknife.AbstractStatistic An abstract statistic with a template method that accepts an array of doubles, returns an array of doubles and handles the data conversions that are necessary to call Jackknife.Statistic.compute(BigDecimal[], MathContext).
SummaryStats A simple class digesting a stream of numbers and providing basic statistics about the stream.
 

Package it.unimi.dsi.stat Description

Statistics classes.