Uses of Interface
tools.math.CorrelationCoefficient

Packages that use CorrelationCoefficient
tools.math   
 

Uses of CorrelationCoefficient in tools.math
 

Classes in tools.math that implement CorrelationCoefficient
 class PearsonCoefficient
          Implements the Pearson product-moment correlation coefficient which calculates the correlation between two given lists of data points.
 class SpearmanCoefficient
          Implements Spearman's rank correlation coefficient to calulate the correlation between two given rows of data points.