WebCab Probability and Statistics Web Services for .NET v3.3 Demo

Correlation.SpearmanRankTest Method 

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

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.

Remarks

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

See Also

Correlation Class | Correlation Namespace