BivariateSampleSpearmanRhoTest Method |
Namespace: Meta.Numerics.Statistics
Exception | Condition |
---|---|
InsufficientDataException | There are fewer than three data points. |
The Spearman rank-order test of association is a non-parametric test for association between two variables. The test statistic rho is the correlation coefficient of the rank of each entry in the sample. It is thus invariant over monotonic re-parameterizations of the data, and will, for example, detect a quadratic or exponential association just as well as a linear association.
The Spearman rank-order test requires O(N log N) operations.