Package it.unimi.dsi.stat
package it.unimi.dsi.stat
Statistics classes
-
ClassDescriptionApplies the jackknife to generic statistics.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)
.A statistic to be estimated using the jackknife on a set of samples.A simple class digesting a stream of numbers and providing basic statistics about the stream.