public static interface Hypothesis.cor
| Modifier and Type | Method and Description |
|---|---|
static CorTest |
test(double[] x,
double[] y)
Pearson correlation test.
|
static CorTest |
test(double[] x,
double[] y,
java.lang.String method)
Correlation test.
|