se.alipsa.groovy.stats.normality.AndersonDarling.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 Anderson–Darling test is a statistical test of whether a given sample of data is drawn from a
* given probability distribution. In its basic form, the test assumes that there are no parameters to
* be estimated in the distribution being tested, in which case the test and its set of critical values
* is distribution-free.
*/
class AndersonDarling {
}