Uses of Class
elki.math.statistics.dependence.mcde.MCDETest.RankStruct
-
Packages that use MCDETest.RankStruct 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.RankStruct in elki.math.statistics.dependence
Fields in elki.math.statistics.dependence with type parameters of type MCDETest.RankStruct Modifier and Type Field Description protected MCDETest<MCDETest.RankStruct>MCDEDependence. mcdeTestStatistical Test returning p-value tailored to MCDE Framework.Methods in elki.math.statistics.dependence with parameters of type MCDETest.RankStruct Modifier and Type Method Description protected boolean[]MCDEDependence. randomSlice(java.util.Random random, MCDETest.RankStruct nonRefIndex)Bivariate data slicingprotected boolean[]MCDEDependence. randomSlice(java.util.Random random, MCDETest.RankStruct[] nonRefIndex, int refDim, int nDim)Multivariate data slicing -
Uses of MCDETest.RankStruct in elki.math.statistics.dependence.mcde
Classes in elki.math.statistics.dependence.mcde with type parameters of type MCDETest.RankStruct Modifier and Type Interface Description interfaceMCDETest<R extends MCDETest.RankStruct>Interface for statistical tests forMCDEDependence.Subclasses of MCDETest.RankStruct in elki.math.statistics.dependence.mcde Modifier and Type Class Description static classMWPTest.MWPRankingStructure to hold values needed for computing MWP in MCDEDependene.
-