I am comparing images for correlation. The images are all correlated, but I would like to determine when one pair is much more highly correlated, relative to another pair. I am using as a statistic the difference in the logs of p-values produced by a Spearman rank correlation test. If this is difference is small, there is a normal degree of correlation. If this difference is big, there is a higher degree of correlation in one pair than the other pair.
Let $A$, $B$, and $C$ be images. I would like to determine a distribution and calculate a p-value for $ x = \vert \log(\mbox{SpearmanRankCorr}(A,B)) - \log(\mbox{SpearmanRankCorr}(A,C)) \vert $