se.alipsa.groovy.stats.normality.JarqueBera.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 Jarque–Bera test is a goodness-of-fit test of whether sample data have the skewness and kurtosis
* matching a normal distribution. The test is named after Carlos Jarque and Anil K. Bera.
* The test statistic is always nonnegative. If it is far from zero, it signals the data do not have a
* normal distribution.
*/
class JarqueBera {
}