Uses of Class
org.apache.commons.statistics.inference.KolmogorovSmirnovTest.TwoResult
-
Packages that use KolmogorovSmirnovTest.TwoResult Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of KolmogorovSmirnovTest.TwoResult in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return KolmogorovSmirnovTest.TwoResult Modifier and Type Method Description KolmogorovSmirnovTest.TwoResult
KolmogorovSmirnovTest. test(double[] x, double[] y)
Performs a two-sample Kolmogorov-Smirnov test on samplesx
andy
.
-