All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.alipsa.groovy.stats.normality.JarqueBera.groovy Maven / Gradle / Ivy

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy