Uses of Class
sbrt.ext.R.stat.RCorrelator

Packages that use RCorrelator
sbrt.ext.R.stat Provides classes that allow communication with R for the purposes of statistics. 
sbrt.shell.mng.stat Provides classes and interfaces for creating statistical process managers. 
 

Uses of RCorrelator in sbrt.ext.R.stat
 

Subclasses of RCorrelator in sbrt.ext.R.stat
 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 RCorrelator in sbrt.shell.mng.stat
 

Methods in sbrt.shell.mng.stat that return RCorrelator
static RCorrelator<java.lang.String> CorrelationManager.parseCorrelator(java.lang.String coeff)
          Returns the correlation computer corresponding to the provided string value.