WebCab Probability and Statistics Web Services for Delphi v3.6

Correlation.KendallCorrelationCoefficient Method 

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

public double KendallCorrelationCoefficient(
   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