Difference between revisions of "Manuals/calci/CORRELATIONDATAANALYSIS"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
*<math>GroupBy</math> is the group name. | *<math>GroupBy</math> is the group name. | ||
*<math>NewTableFlag</math> is either 0 or 1. | *<math>NewTableFlag</math> is either 0 or 1. | ||
+ | **CORRELATIONDATAANALYSIS(), compares two sets of data. | ||
==Description== | ==Description== | ||
Line 18: | Line 19: | ||
#CORRELATIONDATAANALYSIS([[56,56,65,65,50,25,87,44,35],[87,91,85,91,75,28,122,66,58]],"rows",1) | #CORRELATIONDATAANALYSIS([[56,56,65,65,50,25,87,44,35],[87,91,85,91,75,28,122,66,58]],"rows",1) | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |+ | + | |+CORRELATION BY ROWS |
− | |||
− | |||
|- | |- | ||
! !! ROW1 !!ROW2 | ! !! ROW1 !!ROW2 | ||
Line 29: | Line 28: | ||
|} | |} | ||
− | + | ==Related Videos== | |
− | + | ||
− | + | {{#ev:youtube|v=zEXK6M93lb8|280|center|Correlation Analysis}} | |
==See Also== | ==See Also== | ||
Line 39: | Line 38: | ||
==References== | ==References== | ||
[http://learntech.uwe.ac.uk/da/Default.aspx?pageid=1442 Correlation Data Analysis] | [http://learntech.uwe.ac.uk/da/Default.aspx?pageid=1442 Correlation Data Analysis] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 17:07, 5 December 2018
CORRELATIONDATAANALYSIS (Array,GroupBy,NewTableFlag)
- is the set of numbers
- is the group name.
- is either 0 or 1.
- CORRELATIONDATAANALYSIS(), compares two sets of data.
Description
- This function shows the correlation data analysis.
- The Correlation coeffiecient shows the relationship between two continuous variables of each other.
- In , is the set of numbers .
- is the group name of correlation and is either "0" or"1".
- We can use the CORREL function to find the correlation coefficient between two variables.
- This is also called Pearson's correlation coefficient.
- It is a measure of the strength of the association between the two variables.
- The correlation coefficient should not be calculated if the relationship is not linear.
- Positive correlation indicates that both variables increase or decrease together, whereas negative correlation indicates that as one variable increases, so the other decreases, and vice versa.
Examples
- CORRELATIONDATAANALYSIS([[56,56,65,65,50,25,87,44,35],[87,91,85,91,75,28,122,66,58]],"rows",1)
ROW1 | ROW2 | |
---|---|---|
ROW1 | 1 | 0.9661943464912911 |
ROW2 | 0.9661943464912911 | 1 |
Related Videos
See Also
References