se.alipsa.groovy.stats.normality.KolmogorovSmirnov.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of matrix-stats Show documentation
Show all versions of matrix-stats Show documentation
Statistical hypothesis tests based on Matrix data.
The newest version!
package se.alipsa.groovy.stats.normality
/**
* the Kolmogorov–Smirnov test (K–S test or KS test) is a nonparametric test of the equality of
* one-dimensional probability distributions that can be used to compare a sample with a reference probability
* distribution (one-sample K–S test), or to compare two samples (two-sample K–S test).
*/
class KolmogorovSmirnov {
}