Suppose that I have two lists of correlation coefficients such as A = [0.5,0.3,0.25,0.3,-0.1] and B = [0.8,0.7,0.75,0.8,0.8]. The correlation coefficients in A are independent to B.
Now, I want to test the null hypothesis, that the means of both lists are equal.
I am familiar with how to...