Correlation
The Correlation Coefficient is given by Note that
- is evidence of a strong (linear) relationship
- is evidence of no linear relationship
Properties:
- If , then or
- Unit Independence
- and are independent
- However, does NOT imply that and are independent.
- There may not be a linear relationship, but another may exist.
- There is this same property for Covariance
- However, does NOT imply that and are independent.
Correlation is not Causation
I heard this and I said “You know this”, but I actually didn’t really know this.
My initial naive understanding is that just because two things are correlated doesn’t mean that they cause each other.
The other way to think about it is that just because two things are not correlated, doesn’t mean that they they don’t cause each other.
We demonstrate it below by showing an example where , yet and are dependent.
Wait… so what is causation? Consider . So so far, you can’t even say that causes , or causes , but you can say that these random variables are not Independent.
#todo #gap-in-knowledge I don’t understand this, check with the professor for the final file:///Users/stevengong/My%20Drive/Waterloo/2A/STAT206/Notes/Week%209.1%20-%20Discrete%20Joint%20Distributions%20-%20class%20notes.pdf. Another way to think about it is from the idea that “given that random variables are independent, we find that ”. We don’t find that this is the case here in our joint table.
Like look at the table
-1 | 1/3 |
0 | 1/3 |
1 | 1/3 |
0 | 1/3 |
1 | 2/3 |
-1 | 1/3 |
0 | 1/3 |
1 | 1/3 |
How is the table above generated? Well you look at the table I guess. of the time, y=0, so XY=0 happens 1/3 of the time. Then, for the other 2/3 of the time, y=1, so ?? wait yea that doesn’t make sense.
You see that