Uses of Class
sbrt.kernel.math.stat.comp.KendallTau

Packages that use KendallTau
sbrt.kernel.math.stat.comp Provides classes and interfaces for performing statistical computations. 
sbrt.shell.mng.stat Provides classes and interfaces for creating statistical process managers. 
 

Uses of KendallTau in sbrt.kernel.math.stat.comp
 

Subclasses of KendallTau in sbrt.kernel.math.stat.comp
 class KendallTauA<V>
          This class is used to compute Kendall's TauA correlation statistic.
 class KendallTauB<V>
          This class is used to compute Kendall's TauB correlation statistic.
 

Uses of KendallTau in sbrt.shell.mng.stat
 

Methods in sbrt.shell.mng.stat that return KendallTau
static KendallTau<java.lang.String> KendallTauManager.parseCorrelator(java.lang.String stat)
          Returns the Kendall's Tau statistic computer corresponding to the provided string value.