Difference between revisions of "Kendall's Tau Test"

From ZCubes Wiki
Jump to navigation Jump to search
Line 36: Line 36:
 
! 1
 
! 1
 
| 80 || 5
 
| 80 || 5
 +
|-
 
! 2
 
! 2
 
| 78 || 23
 
| 78 || 23
 +
|-
 
! 3
 
! 3
 
| 60 || 25
 
| 60 || 25
! 3
+
|-
 +
! 4
 
| 53 || 48
 
| 53 || 48
! 4
+
|-
 +
! 5
 
| 85 || 17
 
| 85 || 17
! 5
+
|-
 +
! 6
 
| 84 || 8
 
| 84 || 8
! 6
+
|-
 +
! 7
 
| 73 || 4
 
| 73 || 4
! 7
+
|-
 +
! 8
 
| 79 || 26
 
| 79 || 26
! 8
+
|-
 +
! 9
 
| 81 || 11
 
| 81 || 11
! 9
+
|-
 +
! 10
 
| 75 || 19
 
| 75 || 19
! 10
+
|-
 +
! 11
 
| 68 || 14
 
| 68 || 14
! 11
+
|-
 +
! 112
 
| 72 || 35
 
| 72 || 35
! 12
+
|-
 +
! 13
 
| 58 || 29
 
| 58 || 29
! 13
+
|-
 +
! 14
 
| 92 || 3
 
| 92 || 3
! 14
+
|-
 +
! 15
 
| 65 || 24
 
| 65 || 24
 
|}
 
|}

Revision as of 09:56, 3 May 2017

KENDALLSTAUTEST(Range1,Range2,alpha,NewTableFlag)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Range1} is the array of x values.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Range2} is the array of y values.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle alpha} is the value from 0 to 1.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NewTableFlag} 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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_i)} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_i)} are unique.

* concordant if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_i > x_j)}
 & Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_i > y_j)}
 or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_i < x_j)}
 & Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_i < y_j)}

* discordant if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_i > x_j)}
 & Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_i < y_j)}
 or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_i < x_j)}
 & Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_i > y_j)}

* neither if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_i = x_j)}
 or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_i = y_j)}
 (i.e. ties are not counted).

The Kendall's Tau statistic is: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \tau=1-\frac{4D}{n(n-1)}} .

  • C is the number of concordant pairs.
  • D is the number of discordant pairs.

Result

  • If number of values in a set is <15, critical tables are used to calculate Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \tau} .
  • If number of values in a set is >=15, Normal approximation is used for calculation.
* If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \tau}
 > critical value from the Kendall's Tau Critical table, then reject the null hypothesis that there is no correlation.
* else if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \tau}
 <critical value, correlation exists.

Example

Spreadsheet
A B
1 80 5
2 78 23
3 60 25
4 53 48
5 85 17
6 84 8
7 73 4
8 79 26
9 81 11
10 75 19
11 68 14
112 72 35
13 58 29
14 92 3
15 65 24