WebCab Probability and Statistics for COM v3.3 Demo

Correlation.KendallCorrelationCoefficient Method 

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

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.

Remarks

.. , (xValues[n], yValues[n]).

See Also

Correlation Class | WebCab.COM.Statistics.Correlation Namespace