Difference between revisions of "Kendall's Tau Test"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
* discordant if <math>(x_i > x_j)</math> & <math>(y_i < y_j)</math> or <math>(x_i < x_j)</math> & <math>(y_i > y_j)</math> | * discordant if <math>(x_i > x_j)</math> & <math>(y_i < y_j)</math> or <math>(x_i < x_j)</math> & <math>(y_i > y_j)</math> | ||
* neither if <math>(x_i = x_j)</math> or <math>(y_i = y_j)</math> (i.e. ties are not counted). | * neither if <math>(x_i = x_j)</math> or <math>(y_i = y_j)</math> (i.e. ties are not counted). | ||
| + | |||
| + | The Kendall's Tau statistic is: | ||
| + | <math>W=1-\frac{4D}{n(n-1)}</math>. | ||
Revision as of 09:17, 3 May 2017
KENDALLSTAUTEST(Range1,Range2,alpha,NewTableFlag)
- is the array of x values.
- is the array of y values.
- is the value from 0 to 1.
- is either TRUE or FALSE. TRUE for getting results in a new cube. FALSE will display results in the same cube.
Description
- It is a statistic test used to measure the ordinal association between two measured quantities.
- It is a measure of rank correlation: the similarity of the orderings of the data when ranked by each of the quantities.
- Kendall correlation between two variables will be high when observations have a similar rank.
- It will be low when observations have a dissimilar rank between the two variables.
Let (x1, y1), (x2, y2), …, (xn, yn) be a set of observations of the joint random variables X and Y respectively, such that all the values of and are unique.
* concordant if & or & * discordant if & or & * neither if or (i.e. ties are not counted).
The Kendall's Tau statistic is: Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle W=1-{\frac {4D}{n(n-1)}}} .