Uses of Class
elki.math.statistics.dependence.mcde.MWPTest.MWPRanking
-
Packages that use MWPTest.MWPRanking Package Description elki.math.statistics.dependence.mcde Tests tailored to be used withMCDEDependence
. -
-
Uses of MWPTest.MWPRanking in elki.math.statistics.dependence.mcde
Methods in elki.math.statistics.dependence.mcde that return MWPTest.MWPRanking Modifier and Type Method Description <A> MWPTest.MWPRanking
MWPTest. correctedRanks(NumberArrayAdapter<?,A> adapter, A data, int len)
Methods in elki.math.statistics.dependence.mcde with parameters of type MWPTest.MWPRanking Modifier and Type Method Description double
MWPTest. statisticalTest(int start, int width, boolean[] slice, MWPTest.MWPRanking corrected_ranks)
Efficient implementation of MWP statistical test using appropriate index structure as described in Algorithm 3 of reference paper.
-