sbrt.kernel.math.stat.comp
Class KendallTauB<V>

java.lang.Object
  extended by sbrt.kernel.math.stat.comp.KendallTau<V>
      extended by sbrt.kernel.math.stat.comp.KendallTauB<V>
Type Parameters:
V - the variable type.
All Implemented Interfaces:
Correlator<V,TauResult>

public class KendallTauB<V>
extends KendallTau<V>

This class is used to compute Kendall's TauB correlation statistic.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

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

KendallTauB

public KendallTauB()
Method Detail

getTau

public double getTau(double[] xValues,
                     double[] yValues)
Computes and returns the correlation statistic for the provided values.

Specified by:
getTau in class KendallTau<V>
Parameters:
xValues - an ordered array of values.
yValues - an ordered array of values.
Returns:
the correlation statistic for the provided values.