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

Packages that use CorrResult
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 CorrResult in sbrt.ext.R.stat
 

Classes in sbrt.ext.R.stat that implement CorrResult
static class RCorrelator.Result
          This class is used to store the results of computing a correlation using R.
 

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

Classes in sbrt.kernel.math.stat.comp with type parameters of type CorrResult
 interface Correlator<V,T extends CorrResult>
          This interface is used to represent correlation statistic computers.
 

Classes in sbrt.kernel.math.stat.comp that implement CorrResult
 class TauResult
          This class is used to store the results of a correlation computation.
 

Uses of CorrResult in sbrt.kernel.math.stat.proc
 

Classes in sbrt.kernel.math.stat.proc with type parameters of type CorrResult
 class CorrelationAnalysis<V,T extends CorrResult>
          This class is used to perform correlation processes.
 class MultipleCorrelationAnalysis<V,T extends CorrResult>
          This class is used to perform multiple correlation analyses.