Package | Description |
---|---|
org.apache.commons.math3.stat.inference |
Classes providing hypothesis testing.
|
Class and Description |
---|
AlternativeHypothesis
Represents an alternative hypothesis for a hypothesis test.
|
ChiSquareTest
Implements Chi-Square test statistics.
|
GTest
Implements G Test
statistics.
|
KolmogorovSmirnovTest
Implementation of the
Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.
|
OneWayAnova
Implements one-way ANOVA (analysis of variance) statistics.
|
OneWayAnova.AnovaStats
Convenience class to pass dfbg,dfwg,F values around within OneWayAnova.
|
TTest
An implementation for Student's t-tests.
|