ksComparisonStatistic
fun <T : Comparable<T>, A : Group<T>, NumericAlgebra<T>, BA : BufferAlgebra<T, A>> StatisticalAlgebra<T, A, BA>.ksComparisonStatistic(x: Buffer<T>, y: Buffer<T>): KMComparisonResult<T>(source)
Kolmogorov-Smirnov sample comparison test Implementation copied from https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/index.html?org/apache/commons/math3/stat/inference/KolmogorovSmirnovTest.html