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

Packages that use TauResult
sbrt.kernel.math.stat.comp Provides classes and interfaces for performing statistical computations. 
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. 
 

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

Methods in sbrt.kernel.math.stat.comp that return TauResult
 TauResult KendallTau.corr(java.util.Collection<java.lang.Double> xValues, java.util.Collection<java.lang.Double> yValues)
          Computes and returns the correlation results for the provided values.
 TauResult KendallTau.corr(double[] xValues, double[] yValues)
          Computes and returns the correlation results for the provided values.
 TauResult KendallTau.corr(java.lang.Double[] xValues, java.lang.Double[] yValues)
          Computes and returns the correlation results for the provided values.
 TauResult KendallTau.corr(java.util.Map<? extends V,java.lang.Double> xValues, java.util.Map<? extends V,java.lang.Double> yValues)
          Computes and returns the correlation results for the provided values.
 

Uses of TauResult in sbrt.shell.mng.stat
 

Methods in sbrt.shell.mng.stat that return types with arguments of type TauResult
 CorrelationAnalysis<java.lang.String,TauResult> KendallTauManager.getProcess()
          Returns the process controlled by this process manager.
 

Uses of TauResult in sbrt.shell.text.math
 

Methods in sbrt.shell.text.math with parameters of type TauResult
 java.lang.String CorrResFormatterV1.format(TauResult results)
          Returns a formatted string representation of the provided correlation results.