Difference between revisions of "Kendall's Tau Test"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:25px">'''KENDALLSTAUTEST(Range1,Range2,alpha,NewTableFlag)'''</div><br/> *<math>Range1</math> is the array of x values. *<math>Range2</math> is the array...")
 
Line 4: Line 4:
 
*<math>alpha</math>  is the value from 0 to 1.
 
*<math>alpha</math>  is the value from 0 to 1.
 
*<math>NewTableFlag</math> is either TRUE or FALSE. TRUE for getting results in a new cube. FALSE will display results in the same cube.
 
*<math>NewTableFlag</math> is either TRUE or FALSE. TRUE for getting results in a new cube. FALSE will display results in the same cube.
 +
 +
==Description==

Revision as of 08:42, 3 May 2017

KENDALLSTAUTEST(Range1,Range2,alpha,NewTableFlag)


  • is the array of x values.
  • is the array of x 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