public interface Hypothesis
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Hypothesis.chisq
Chi-square test.
|
static interface |
Hypothesis.cor
Correlation test.
|
static interface |
Hypothesis.F
F-test.
|
static interface |
Hypothesis.KS
The Kolmogorov-Smirnov test (K-S test).
|
static interface |
Hypothesis.t
t-test.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
significance(double pvalue)
Returns the significance code of p-value.
|