Uses of Class
sbrt.kernel.math.stat.comp.MannWhitneyResults

Packages that use MannWhitneyResults
sbrt.kernel.math.stat.proc Provides classes and interfaces for performing statistical processes. 
 

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

Method parameters in sbrt.kernel.math.stat.proc with type arguments of type MannWhitneyResults
 void MwUAnalysis.run(ResultsManager<MannWhitneyResults> resultsManager)
          Computes the Mann-Whitney U statistic of the samples A and B, and adds the results to the provided results manager.