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 GoodnessOfFitTestHiCSDependence.Par. statTestStatistical test to useprivate GoodnessOfFitTestHiCSDependence. statTestStatistical 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 classKolmogorovSmirnovTestKolmogorov-Smirnov test.classStandardizedTwoSampleAndersonDarlingTestPerform a two-sample Anderson-Darling rank test, and standardize the statistic according to Scholz and Stephens.classWelchTTestCalculates 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 GoodnessOfFitTestHiCS.Par. statTestHolds the value ofHiCS.Par.TEST_ID.private GoodnessOfFitTestHiCS. statTestStatistical 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.
-