| Package | Description |
|---|---|
| smile.stat.hypothesis |
Statistical hypothesis tests.
|
| Modifier and Type | Method and Description |
|---|---|
static KSTest |
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 |
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.
|
Copyright © 2015. All rights reserved.