|
Java Statistical Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jsc.tests.H1
Defines constants for simple alternative hypotheses in significance tests.
| Field Summary | |
static H1 |
GREATER_THAN
Indicates a one-sided test in which the alternative hypothesis is in some sense "greater than" compared to the null hypothesis. |
static H1 |
LESS_THAN
Indicates a one-sided test in which the alternative hypothesis is in some sense "less than" compared to the null hypothesis. |
static H1 |
NOT_EQUAL
Indicates a two-sided test in which the alternative hypothesis is in some sense "not equal" compared to the null hypothesis. |
| Method Summary | |
String |
toString()
|
static Tail |
toTail(H1 alternative)
Common tail probability equivalent to alternative hypothesis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final H1 GREATER_THAN
public static final H1 LESS_THAN
public static final H1 NOT_EQUAL
| Method Detail |
public String toString()
toString in class Objectpublic static Tail toTail(H1 alternative)
alternative - the alternative hypothesis.
|
Java Statistical Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||