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

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

The newest version!
package se.alipsa.groovy.stats.normality

/**
 * the Lilliefors test is a normality test based on the Kolmogorov–Smirnov test.
 * It is used to test the null hypothesis that data come from a normally distributed population,
 * when the null hypothesis does not specify which normal distribution;
 * i.e. it does not specify the expected value and variance of the distribution.
 */
class Lilliefors {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy