I understand that two independent random variables are by definition uncorrelated as their covariance is equivalent to 0:
$Cov(x,y) = E(xy)- E(x)E(y)$
$E(x)*E(y) = E(xy)$, when x and y are two random independent variables.
Therefore, $Cov(x,y) = 0$.
However, I am having trouble understanding if two random variables, X and Y, are uncorrelated, it does not necessarily mean they are independent.
Could someone also give me a real world example of when two random variables are neither independent nor casually connected?
I believe it will help me understand this concept better.
It helps to see an example. Let $t$ be a real-valued random variable that takes the uniform distribution in the interval $[0,2\pi]$. Next, let $Y$ be the random variable $Y = \sin(t)$ and let $X$ be the random variable $X = \cos(t)$.
Now $X$ and $Y$ are NOT independent. Check this for yourself. If given $X$ then you can narrow $Y$ down to at most 2 values $Y$ must be $\pm\sqrt{1-X^2}$. What about Cov$(XY)$ though? Isn't this 0? [It is infact.]