Diff for "FAQ/constr" - CBU statistics Wiki
location: Diff for "FAQ/constr"
Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-07-16 13:06:01
Size: 1059
Editor: PeterWatson
Comment:
Revision 3 as of 2013-03-08 10:17:31
Size: 872
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

 
= Can I do a correlation between two variables where one variable is always less than or equal to the other? =
= Can I do a correlation between two variables where one variable is always less than or equal to the other? =
Line 8: Line 7:
||<tablewidth="42%">Family Size||Family Size Estimate||
||1||4||
||2||12||
||3||43||
||4||23||
||5||11||
||6||9||
Line 9: Line 15:
|||| Family Size || Family Size Estimate ||
|||| 1.00000 || 4.00000 ||
|||| 2.00000 || 12.00000 ||
|||| 3.00000 || 43.00000 ||
|||| 4.00000 || 23.00000 ||
|||| 5.00000 || 11.00000 ||
|||| 6.00000 || 9.00000 ||

|||| x || y ||
|||| 1 || 2 ||
|||| 2 || 3 ||
|||| 3 || 4 ||
|||| 4 || 5 ||
|||| 5 || 6 ||
|||| 6 || 7 ||
||<tablewidth="42%">x||y||
||1||2||
||2||3||
||3||4||
||4||5||
||5||6||
||6||7||

Can I do a correlation between two variables where one variable is always less than or equal to the other?

Yes you can because this doesn't constrain the value of the correlation.

Consider the two examples below both of which have one variable (x say) less than the other (y). The first has a near zero correlation (Kendall = -.067) whereas the second has a perfect correlation of 1. The reason for this is just because x is less than or equal to y it doesn't tell you how much lower (if at all) x is than y. If x is always a fixed constant amount lower than y you have perfect correlation (in the second example below x is always 1 lower than y).

Family Size

Family Size Estimate

1

4

2

12

3

43

4

23

5

11

6

9

x

y

1

2

2

3

3

4

4

5

5

6

6

7

None: FAQ/constr (last edited 2013-03-08 10:17:31 by localhost)