public class KendallsTau extends Object implements RankCorrelationCalculator, Comparator<KendallsTau.ValuePair>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
KendallsTau.ValuePair |
| Constructor and Description |
|---|
KendallsTau() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateRankCorrelation(double[] x,
double[] y) |
protected double |
calculateRankCorrelation(KendallsTau.ValuePair[] pairs) |
int |
compare(KendallsTau.ValuePair pair1,
KendallsTau.ValuePair pair2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic double calculateRankCorrelation(double[] x,
double[] y)
calculateRankCorrelation in interface RankCorrelationCalculatorprotected double calculateRankCorrelation(KendallsTau.ValuePair[] pairs)
public int compare(KendallsTau.ValuePair pair1, KendallsTau.ValuePair pair2)
compare in interface Comparator<KendallsTau.ValuePair>Copyright © 2014–2016. All rights reserved.