Package | Description |
---|---|
gov.sandia.cognition.statistics.method |
Provides algorithms for evaluating statistical data and conducting statistical inference, particularly frequentist methods.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeSetBinner<ValueType extends java.lang.Comparable<? super ValueType>>
Implements a
Binner that employs a TreeSet to define the
boundaries of a contiguous set of bins. |