public static class MultipleComparisonExperiment.Statistic extends AbstractCloneableSerializable implements ConfidenceStatistic, MultipleHypothesisComparison.Statistic
| Modifier and Type | Field and Description |
|---|---|
protected ConfidenceStatistic |
blockExperimentResult
Result from the block-experiment null-hypothesis test
|
protected MultipleHypothesisComparison.Statistic |
multipleComparisonResult
Result from the multiple hypothesis comparison null-hypothesis test,
which will exist if the block-experiment null hypothesis is rejected
|
| Constructor and Description |
|---|
Statistic(ConfidenceStatistic blockExperimentResult,
MultipleHypothesisComparison.Statistic multipleComparisonResult)
Creates a new instance of Statistic
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptNullHypothesis(int i,
int j)
Determines if the (i,j) null hypothesis should be accepted (true) or
rejected (false) .
|
ConfidenceStatistic |
getBlockExperimentResult()
Getter for blockExperimentResult
|
MultipleHypothesisComparison.Statistic |
getMultipleComparisonResult()
Getter for multipleComparisonResult
|
double |
getNullHypothesisProbability()
Gets the probability that the null hypothesis is correct.
|
double |
getNullHypothesisProbability(int i,
int j)
Gets the Null Hypothesis probability associated with the (i,j)
treatment comparison
|
double |
getTestStatistic()
Gets the statistic from which we compute the null-hypothesis probability.
|
double |
getTestStatistic(int i,
int j)
Gets the test statistic associated with the (i,j) treatment
comparison
|
int |
getTreatmentCount()
Gets the number of treatments being compared
|
double |
getUncompensatedAlpha()
Gets the uncompensated alpha (p-value threshold) for the multiple
comparison test
|
java.lang.String |
toString() |
cloneequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneprotected ConfidenceStatistic blockExperimentResult
protected MultipleHypothesisComparison.Statistic multipleComparisonResult
public Statistic(ConfidenceStatistic blockExperimentResult, MultipleHypothesisComparison.Statistic multipleComparisonResult)
blockExperimentResult - Result from the block-experiment null-hypothesis testmultipleComparisonResult - Result from the multiple hypothesis comparison null-hypothesis test,
which will exist if the block-experiment null hypothesis is rejectedpublic double getTestStatistic()
ConfidenceStatisticgetTestStatistic in interface ConfidenceStatisticpublic int getTreatmentCount()
MultipleHypothesisComparison.StatisticgetTreatmentCount in interface MultipleHypothesisComparison.Statisticpublic double getUncompensatedAlpha()
MultipleHypothesisComparison.StatisticgetUncompensatedAlpha in interface MultipleHypothesisComparison.Statisticpublic double getTestStatistic(int i,
int j)
MultipleHypothesisComparison.StatisticgetTestStatistic in interface MultipleHypothesisComparison.Statistici - First treatment indexj - Second treatment indexpublic double getNullHypothesisProbability(int i,
int j)
MultipleHypothesisComparison.StatisticgetNullHypothesisProbability in interface MultipleHypothesisComparison.Statistici - First treatment indexj - Second treatment indexpublic boolean acceptNullHypothesis(int i,
int j)
MultipleHypothesisComparison.StatisticacceptNullHypothesis in interface MultipleHypothesisComparison.Statistici - First treatment indexj - Second treatment indexpublic double getNullHypothesisProbability()
ConfidenceStatisticgetNullHypothesisProbability in interface ConfidenceStatisticpublic ConfidenceStatistic getBlockExperimentResult()
public MultipleHypothesisComparison.Statistic getMultipleComparisonResult()
public java.lang.String toString()
toString in class java.lang.Object