se.alipsa.groovy.stats.normality.Lilliefors.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 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 {
}