Package elki.math.statistics.tests
Statistical tests.
-
Interface Summary Interface Description GoodnessOfFitTest Interface for the statistical test used by HiCS. -
Class Summary Class Description AndersonDarlingTest Perform Anderson-Darling test for a Gaussian distribution.KolmogorovSmirnovTest Kolmogorov-Smirnov test.KolmogorovSmirnovTest.Par Parameterizer, to use the static instance.StandardizedTwoSampleAndersonDarlingTest Perform a two-sample Anderson-Darling rank test, and standardize the statistic according to Scholz and Stephens.WelchTTest Calculates a test statistic according to Welch's t test for two samples Supplies methods for calculating the degrees of freedom according to the Welch-Satterthwaite Equation.WelchTTest.Par Parameterizer, to use the static instance.