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

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

public class KendallTauA<V>
extends KendallTau<V>

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

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

Constructor Summary
KendallTauA()
           
 
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

KendallTauA

public KendallTauA()
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.