Uses of Package
sbrt.kernel.math.stat.comp

Packages that use sbrt.kernel.math.stat.comp
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. 
sbrt.shell.mng.stat Provides classes and interfaces for creating statistical process managers. 
sbrt.shell.text.math Provides classes and interfaces for defining formats for mathematical objects. 
 

Classes in sbrt.kernel.math.stat.comp used by sbrt.ext.R.stat
Correlator
          This interface is used to represent correlation statistic computers.
CorrResult
          This interface is used to represent objects that store the results of a correlation computation.
 

Classes in sbrt.kernel.math.stat.comp used by sbrt.kernel.math.stat.comp
Correlator
          This interface is used to represent correlation statistic computers.
CorrResult
          This interface is used to represent objects that store the results of a correlation computation.
KendallTau
          This abstract class is a skeleton implementation of a Kendall's tau correlation statistic computer.
TauResult
          This class is used to store the results of a correlation computation.
 

Classes in sbrt.kernel.math.stat.comp used by sbrt.kernel.math.stat.proc
Correlator
          This interface is used to represent correlation statistic computers.
CorrResult
          This interface is used to represent objects that store the results of a correlation computation.
MannWhitneyResults
          This class is used to store the results of a Mann-Whitney U test.
 

Classes in sbrt.kernel.math.stat.comp used by sbrt.shell.mng.stat
KendallTau
          This abstract class is a skeleton implementation of a Kendall's tau correlation statistic computer.
TauResult
          This class is used to store the results of a correlation computation.
 

Classes in sbrt.kernel.math.stat.comp used by sbrt.shell.text.math
TauResult
          This class is used to store the results of a correlation computation.