| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.meta | 
 Meta outlier detection algorithms: external scores, score rescaling 
 | 
| de.lmu.ifi.dbs.elki.math.statistics.dependence | 
 Statistical measures of dependence, such as correlation 
 | 
| de.lmu.ifi.dbs.elki.math.statistics.tests | 
 Statistical tests 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private GoodnessOfFitTest | 
HiCS.statTest
Statistical test to use. 
 | 
private GoodnessOfFitTest | 
HiCS.Parameterizer.statTest
Holds the value of  
HiCS.Parameterizer.TEST_ID. | 
| Constructor and Description | 
|---|
HiCS(int m,
    double alpha,
    OutlierAlgorithm outlierAlgorithm,
    GoodnessOfFitTest statTest,
    int cutoff,
    RandomFactory rnd)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private GoodnessOfFitTest | 
HiCSDependenceMeasure.statTest
Statistical test to use 
 | 
private GoodnessOfFitTest | 
HiCSDependenceMeasure.Parameterizer.statTest
Statistical test to use 
 | 
| Constructor and Description | 
|---|
HiCSDependenceMeasure(GoodnessOfFitTest statTest,
                     int m,
                     double alpha,
                     RandomFactory rnd)
Constructor. 
 | 
| Modifier and Type | Class and 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. 
 | 
Copyright © 2019 ELKI Development Team. License information.