Uses of Interface
sbrt.kernel.math.stat.comp.Correlator

Packages that use Correlator
sbrt.ext.R.stat Provides classes that allow communication with R for the purposes of statistics. 
sbrt.kernel.math.stat.comp Provides classes and interfaces for performing statistical computations. 
sbrt.kernel.math.stat.proc Provides classes and interfaces for performing statistical processes. 
 

Uses of Correlator in sbrt.ext.R.stat
 

Classes in sbrt.ext.R.stat that implement Correlator
 class RCorrelator<V>
          This class computes correlation statistics using R.
 class RKendall<V>
          This class computes Kendall tau values using R.
 class RPearson<V>
          This class computes Pearson r values using R.
 class RSpearman<V>
          This class computes Spearman rho values using R.
 

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

Classes in sbrt.kernel.math.stat.comp that implement Correlator
 class KendallTau<V>
          This abstract class is a skeleton implementation of a Kendall's tau correlation statistic computer.
 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 Correlator in sbrt.kernel.math.stat.proc
 

Constructors in sbrt.kernel.math.stat.proc with parameters of type Correlator
CorrelationAnalysis(Correlator<V,T> correlator)
          Constructs a new correlation process.
MultipleCorrelationAnalysis(Correlator<V,T> correlator)
          Constructs a new correlation process.