Uses of Interface
elki.math.statistics.tests.GoodnessOfFitTest
-
Packages that use GoodnessOfFitTest Package Description elki.math.statistics.dependence Statistical measures of dependence, such as correlation.elki.math.statistics.tests Statistical tests.elki.outlier.meta Meta outlier detection algorithms: external scores, score rescaling. -
-
Uses of GoodnessOfFitTest in elki.math.statistics.dependence
Fields in elki.math.statistics.dependence declared as GoodnessOfFitTest Modifier and Type Field Description private GoodnessOfFitTest
HiCSDependence.Par. statTest
Statistical test to useprivate GoodnessOfFitTest
HiCSDependence. statTest
Statistical test to useConstructors in elki.math.statistics.dependence with parameters of type GoodnessOfFitTest Constructor Description HiCSDependence(GoodnessOfFitTest statTest, int m, double alpha, RandomFactory rnd)
Constructor. -
Uses of GoodnessOfFitTest in elki.math.statistics.tests
Classes in elki.math.statistics.tests that implement GoodnessOfFitTest Modifier and Type Class Description class
KolmogorovSmirnovTest
Kolmogorov-Smirnov test.class
StandardizedTwoSampleAndersonDarlingTest
Perform a two-sample Anderson-Darling rank test, and standardize the statistic according to Scholz and Stephens.class
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. -
Uses of GoodnessOfFitTest in elki.outlier.meta
Fields in elki.outlier.meta declared as GoodnessOfFitTest Modifier and Type Field Description private GoodnessOfFitTest
HiCS.Par. statTest
Holds the value ofHiCS.Par.TEST_ID
.private GoodnessOfFitTest
HiCS. statTest
Statistical test to use.Constructors in elki.outlier.meta with parameters of type GoodnessOfFitTest Constructor Description HiCS(int m, double alpha, OutlierAlgorithm outlierAlgorithm, GoodnessOfFitTest statTest, int cutoff, RandomFactory rnd)
Constructor.
-