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 |
AbstractMultipleHypothesisComparison<TreatmentData,StatisticType extends MultipleHypothesisComparison.Statistic>
Partial implementation of MultipleHypothesisComparison
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMultipleHypothesisComparison.Statistic
Partial implementation of MultipleHypothesisComparison.Statistic
|
static class |
AbstractPairwiseMultipleHypothesisComparison.Statistic
Result from a pairwise multiple-comparison statistic.
|
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 |
MultipleComparisonExperiment.Statistic
Result of running the MultipleHypothesisComparison hypothesis test
|
static class |
NemenyiConfidence.Statistic
Statistic from Nemenyi's multiple comparison test
|
static class |
ShafferStaticCorrection.Statistic
Test statistic from the Shaffer static multiple-comparison test
|
static class |
TukeyKramerConfidence.Statistic
Statistic from Tukey-Kramer's multiple comparison test
|
Modifier and Type | Field and Description |
---|---|
protected MultipleHypothesisComparison.Statistic |
MultipleComparisonExperiment.Statistic.multipleComparisonResult
Result from the multiple hypothesis comparison null-hypothesis test,
which will exist if the block-experiment null hypothesis is rejected
|
Modifier and Type | Method and Description |
---|---|
MultipleHypothesisComparison.Statistic |
MultipleHypothesisComparison.evaluateNullHypotheses(java.util.Collection<? extends TreatmentData> data)
Evaluates the null hypotheses associated with the given collection
of data.
|
MultipleHypothesisComparison.Statistic |
MultipleHypothesisComparison.evaluateNullHypotheses(java.util.Collection<? extends TreatmentData> data,
double uncompensatedAlpha)
Evaluates the null hypotheses associated with the given collection
of data.
|
MultipleHypothesisComparison.Statistic |
MultipleComparisonExperiment.Statistic.getMultipleComparisonResult()
Getter for multipleComparisonResult
|
Constructor and Description |
---|
Statistic(ConfidenceStatistic blockExperimentResult,
MultipleHypothesisComparison.Statistic multipleComparisonResult)
Creates a new instance of Statistic
|