public static interface MultipleHypothesisComparison.Statistic extends CloneableSerializable
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) .
|
double |
getNullHypothesisProbability(int i,
int j)
Gets the Null Hypothesis probability associated with the (i,j)
treatment comparison
|
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
|
clone
int getTreatmentCount()
double getUncompensatedAlpha()
double getTestStatistic(int i, int j)
i
- First treatment indexj
- Second treatment indexdouble getNullHypothesisProbability(int i, int j)
i
- First treatment indexj
- Second treatment indexboolean acceptNullHypothesis(int i, int j)
i
- First treatment indexj
- Second treatment index