Nonparametrics Statistics Notes - Correlations (Spearman, Kendall tau, Gamma)
You can compute three different alternatives to the parametric Pearson product-moment correlation coefficient: Spearman rank R, Kendall Tau, and Gamma. Select Correlations (Spearman, Kendall tau, gamma) from the Nonparametric Statistics Startup Panel - Quick tab to display the Nonparametric Correlations dialog box, from which you select variables and the specific type of correlation to be computed (see Nonparametric Correlations). You can choose to compute single nonparametric correlations or matrices of nonparametric correlations. A useful Graph of Input Data is the scatterplot with which you can easily graph the correlations. A scatterplot matrix for all variables can also be produced. Note that alternative nonparametric measures of contingency between two variables are also available in Basic Statistics.
-1 <= 3 * Kendall tau - 2 * Spearman R <= 1
More importantly, Kendall Tau and Spearman R imply different interpretations: Spearman R can be thought of as the regular Pearson product-moment correlation coefficient; that is, in terms of proportion of variability accounted for, except that Spearman R is computed from ranks. Kendall Tau, on the other hand, represents a probability; that is, it is the difference between the probability that the two variables are in the same order in the observed data versus the probability that the two variables are in different orders.
There are two p-values that are reported for testing the significance of the Kendall’s Tau statistic. The first is based on a large sample normal approximation. The test statistic, Z, is computed as:
where T is Kendall’s Tau statistic and N is the total number of observations. The p-value is then computed using the standard normal distribution.
The second p-value reported is referred to as the exact 1-sided p-value and is only computed for n > 4 and n <= 10. The p-value is computed based on the exact frequency distribution of all possible values of Kendall’s Tau under the null hypothesis with the additional assumption that there are no ties present in the data.
For more information, see Correlation and Nonparametric Correlations - Advanced tab.