se.alipsa.groovy.stats.normality.CramerVonMises.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 Cramér–von Mises criterion is a criterion used for judging the goodness of fit of a cumulative
* distribution function compared to a given empirical distribution function or for comparing two
* empirical distributions.
*/
class CramerVonMises {
}