Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Multivariate Statistics Package >

SpearmanRankCorrelation

SpearmanRankCorrelation[xlist, ylist]
gives Spearman's rank correlation coefficient for the real-valued vectors xlist and ylist.
  • Spearman's rank correlation coefficient is a measure of association based on the rank differences between two lists.
  • Spearman's is given by , where n=Length[xlist], ri is the rank difference between xi and yi, Tx is the correction term for ties in xlist, and Ty is the correction term for ties in ylist.
  • The arguments xlist and ylist can be any real-valued vectors of equal length.
Needs["MultivariateStatistics`"]
Spearman's rank correlation for two vectors:
In[2]:=
Click for copyable input
Out[2]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team