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 |
---|---|
StudentTConfidence.Statistic |
StudentTConfidence.Statistic.clone() |
StudentTConfidence.Statistic |
StudentTConfidence.evaluateNullHypothesis(java.util.Collection<? extends java.lang.Number> data1,
java.util.Collection<? extends java.lang.Number> data2)
Computes a paired Student-t test for the given data.
|
Constructor and Description |
---|
Statistic(StudentTConfidence.Statistic other)
Copy Constructor
|