Uses of Class
org.apache.commons.statistics.inference.KolmogorovSmirnovTest.OneResult
Packages that use KolmogorovSmirnovTest.OneResult
-
Uses of KolmogorovSmirnovTest.OneResult in org.apache.commons.statistics.inference
Subclasses of KolmogorovSmirnovTest.OneResult in org.apache.commons.statistics.inferenceModifier and TypeClassDescriptionstatic final class
Result for the two-sample Kolmogorov-Smirnov test.Methods in org.apache.commons.statistics.inference that return KolmogorovSmirnovTest.OneResultModifier and TypeMethodDescriptionKolmogorovSmirnovTest.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
).