X and Y are two RVs with both being fat-tailed distributions. Let’s say Y is some financial stock returns and X is some measure of its prediction.
Now I am puzzled to see that sum(x_i * y_i) > 0 while cov(X,Y) is negative. How is that possible? If so, what does this tell me?
1