|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.stat.comp.KendallTau<V>
sbrt.kernel.math.stat.comp.KendallTauB<V>
V
- the variable type.public class KendallTauB<V>
This class is used to compute Kendall's TauB correlation statistic.
Constructor Summary | |
---|---|
KendallTauB()
|
Method Summary | |
---|---|
double |
getTau(double[] xValues,
double[] yValues)
Computes and returns the correlation statistic for the provided values. |
Methods inherited from class sbrt.kernel.math.stat.comp.KendallTau |
---|
corr, corr, corr, corr, getApproxZ, getApproxZ, getApproxZ, getS, getS, getS, getTau, getTau, getTieScore, getTieScore, getTieScore, getVarS, getVarS, getVarS, main |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KendallTauB()
Method Detail |
---|
public double getTau(double[] xValues, double[] yValues)
getTau
in class KendallTau<V>
xValues
- an ordered array of values.yValues
- an ordered array of values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |