Package sbrt.kernel.math.stat.comp

Provides classes and interfaces for performing statistical computations.

See:
          Description

Interface Summary
Correlator<V,T extends CorrResult> 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.
 

Class Summary
KendallTau<V> This abstract class is a skeleton implementation of a Kendall's tau correlation statistic computer.
KendallTauA<V> This class is used to compute Kendall's TauA correlation statistic.
KendallTauB<V> This class is used to compute Kendall's TauB correlation statistic.
MannWhitneyResults This class is used to store the results of a Mann-Whitney U test.
MannWhitneyU This class is used to compute Mann-Whitney U statistics.
TauResult This class is used to store the results of a correlation computation.
 

Package sbrt.kernel.math.stat.comp Description

Provides classes and interfaces for performing statistical computations.