| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.meta | Meta outlier detection algorithms: external scores, score rescaling. | 
| de.lmu.ifi.dbs.elki.math.dimensionsimilarity | Functions to compute the similarity of dimensions (or the interestingness of the combination). | 
| de.lmu.ifi.dbs.elki.math.statistics.tests | Statistical tests. | 
| Modifier and Type | Field and Description | 
|---|---|
| private GoodnessOfFitTest | HiCS. statTestStatistical test to use. | 
| private GoodnessOfFitTest | HiCS.Parameterizer. statTestHolds 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 | HiCSDimensionSimilarity. statTestStatistical test to use | 
| private GoodnessOfFitTest | HiCSDimensionSimilarity.Parameterizer. statTestStatistical test to use | 
| Constructor and Description | 
|---|
| HiCSDimensionSimilarity(GoodnessOfFitTest statTest,
                       int m,
                       double alpha,
                       RandomFactory rnd)Constructor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KolmogorovSmirnovTestKolmogorov-Smirnov test. | 
| class  | WelchTTestCalculates 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. |