Uses of Interface
procope.tools.math.CorrelationCoefficient

Packages that use CorrelationCoefficient
procope.tools.math   
 

Uses of CorrelationCoefficient in procope.tools.math
 

Classes in procope.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.