Uses of Class
org.apache.commons.statistics.inference.KolmogorovSmirnovTest.OneResult
-
Packages that use KolmogorovSmirnovTest.OneResult Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of KolmogorovSmirnovTest.OneResult in org.apache.commons.statistics.inference
Subclasses of KolmogorovSmirnovTest.OneResult in org.apache.commons.statistics.inference Modifier and Type Class Description static class
KolmogorovSmirnovTest.TwoResult
Result for the two-sample Kolmogorov-Smirnov test.Methods in org.apache.commons.statistics.inference that return KolmogorovSmirnovTest.OneResult Modifier and Type Method Description KolmogorovSmirnovTest.OneResult
KolmogorovSmirnovTest. test(double[] x, DoubleUnaryOperator cdf)
Performs a one-sample Kolmogorov-Smirnov test evaluating the null hypothesis thatx
conforms to the distribution cumulative density function (cdf
).
-