Uses of Interface
elki.math.statistics.dependence.mcde.MCDETest
-
Packages that use MCDETest Package Description elki.math.statistics.dependence Statistical measures of dependence, such as correlation.elki.math.statistics.dependence.mcde Tests tailored to be used withMCDEDependence
. -
-
Uses of MCDETest in elki.math.statistics.dependence
Fields in elki.math.statistics.dependence declared as MCDETest Modifier and Type Field Description protected MCDETest<MCDETest.RankStruct>
MCDEDependence. mcdeTest
Statistical Test returning p-value tailored to MCDE Framework.private MCDETest<?>
MCDEDependence.Par. mcdeTest
Holds the value ofMCDEDependence.Par.TEST_ID
.Constructors in elki.math.statistics.dependence with parameters of type MCDETest Constructor Description MCDEDependence(int m, double alpha, double beta, RandomFactory rnd, MCDETest<?> mcdeTest)
Constructor. -
Uses of MCDETest in elki.math.statistics.dependence.mcde
Classes in elki.math.statistics.dependence.mcde that implement MCDETest Modifier and Type Class Description class
MWPTest
Implementation of Mann-Whitney U test returning the p-value (not the test statistic, thus MWP) forMCDEDependence
.
-