| Package | Description | 
|---|---|
| gov.sandia.cognition.statistics.method | 
 Provides algorithms for evaluating statistical data and conducting statistical inference, particularly frequentist methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <DomainType> | 
ChiSquareConfidence.evaluateNullHypothesis(java.util.Collection<? extends DomainType> data,
                      ProbabilityMassFunction<DomainType> pmf)
Computes the chi-square test between a collection of data and a
 Probability Mass Function that may have create the observed data. 
 | 
ChiSquareConfidence.Statistic | 
ChiSquareConfidence.evaluateNullHypothesis(java.util.Collection<? extends java.lang.Number> data1,
                      java.util.Collection<? extends java.lang.Number> data2)  |