| Interface | Description |
|---|---|
| Jackknife.Statistic |
A statistic to be estimated using the jackknife on a set of samples.
|
| Class | Description |
|---|---|
| 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.
|
Statistics classes.