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 |
AbstractPairwiseMultipleHypothesisComparison<StatisticType extends AbstractPairwiseMultipleHypothesisComparison.Statistic>
A multiple-hypothesis comparison algorithm based on making multiple
pair-wise null-hypothesis comparisons.
|
Modifier and Type | Class and Description |
---|---|
class |
AdjustedPValueStatistic
A multiple-comparison statistic derived from a single adjusted p-value.
|
static class |
HolmCorrection.Statistic
Test statistic from the Shaffer static multiple-comparison test
|
static class |
ShafferStaticCorrection.Statistic
Test statistic from the Shaffer static multiple-comparison test
|
Modifier and Type | Method and Description |
---|---|
AbstractPairwiseMultipleHypothesisComparison.Statistic |
AbstractPairwiseMultipleHypothesisComparison.Statistic.clone() |