sbrt.ext.R.stat
Class RKendall<V>

java.lang.Object
  extended by sbrt.ext.R.stat.RCorrelator<V>
      extended by sbrt.ext.R.stat.RKendall<V>
Type Parameters:
V - the variable type.
All Implemented Interfaces:
Correlator<V,RCorrelator.Result>

public final class RKendall<V>
extends RCorrelator<V>

This class computes Kendall tau values using R.

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

Nested Class Summary
 
Nested classes/interfaces inherited from class sbrt.ext.R.stat.RCorrelator
RCorrelator.Result
 
Constructor Summary
RKendall()
           
 
Method Summary
protected  java.lang.String getCorrName()
          Returns kendall.
 
Methods inherited from class sbrt.ext.R.stat.RCorrelator
corr, corr, corr, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RKendall

public RKendall()
Method Detail

getCorrName

protected java.lang.String getCorrName()
Returns kendall.

Specified by:
getCorrName in class RCorrelator<V>
Returns:
kendall.