public static interface Hypothesis.KS
| Modifier and Type | Method and Description |
|---|---|
static KSTest |
test(double[] x,
Distribution dist)
The one-sample KS test for the null hypothesis that the data set x
is drawn from the given distribution.
|
static KSTest |
test(double[] x,
double[] y)
The two-sample KS test for the null hypothesis that the data sets
are drawn from the same distribution.
|
static KSTest test(double[] x, Distribution dist)
static KSTest test(double[] x, double[] y)