WebCab Probability and Statistics Web Services for Delphi v3.6

Correlation.SpearmanRankTest Method 

Calculates Spearson's Rank correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),... , (xValues[n], yValues[n]).

public double SpearmanRankTest(
   double[] xValues,
   double[] yValues
);

Parameters

xValues
The values of the first elements within the pairs.
yValues
The values of the second elements within the pairs.

See Also

Correlation Class | Correlation Namespace