se.alipsa.groovy.stats.normality.ShapiroWilk.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 Shapiro–Wilk test tests the null hypothesis that a sample x1, ..., xn came from a
* normally distributed population
*/
class ShapiroWilk {
}