All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.alipsa.groovy.stats.normality.KolmogorovSmirnov.groovy Maven / Gradle / Ivy

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy