Does Nonzero Correlation Between Pairs Imply Correlation Between All?

  • Thread starter Thread starter weetabixharry
  • Start date Start date
  • Tags Tags
    Correlation
AI Thread Summary
The discussion centers on the implications of nonzero correlations among three scalar random variables, a, b, and c. It is established that nonzero correlations between a and b, and b and c do not guarantee a nonzero correlation between a and c, as demonstrated by a counterexample where a and c are uncorrelated despite b being correlated with both. Additionally, the thread explores the possibility of finding a variable c that could create a correlation between uncorrelated variables a and b, but the original poster struggles to identify such a case mathematically or through numerical examples. The conversation highlights the complexity of correlation relationships in random variables and the need for a deeper mathematical understanding. Overall, the thread emphasizes the nuanced nature of correlation in statistics.
weetabixharry
Messages
111
Reaction score
0
If I have three scalar random variables: a, b and c, which are each zero-mean and have some nonzero variances, and I know:

1) The correlation between a and b is nonzero.

2) The correlation between b and c is nonzero.

Does this imply that the correlation between a and c is nonzero?

I feel like the answer must be yes, but I don't have any sound mathematical reasoning for it. Any advice would be greatly appreciated!
 
Physics news on Phys.org
Simple counterexample: Suppose that a and c are uncorrelated random variables each with zero mean and nonzero variance and suppose that bac, with α and γ non-zero constants. By construction, b is correlated with each of a and c, but a and c are (by construction) uncorrelated.
 
D H said:
Simple counterexample: Suppose that a and c are uncorrelated random variables each with zero mean and nonzero variance and suppose that bac, with α and γ non-zero constants. By construction, b is correlated with each of a and c, but a and c are (by construction) uncorrelated.

Many thanks for clearing that up so elegantly. It's easy when you know how!
 
Perhaps I can develop my understanding of a similar problem here without starting a new topic:

If, again, I have three scalar random variables a, b and c which are each zero-mean and have some nonzero variances... and in this case a and b are uncorrelated:

\mathcal{E} \left\{ ab^*\right\} = 0

where \mathcal{E}\left\{\right\} denotes expectation and * denotes complex conjugate (although the variables probably need not be complex for this example).

What I'd like to know is whether, in general, we can find a c which can sort of 'recorrelate' a and b:

\mathcal{E}\left\{ cab^*\right\} > 0

I can't seem to find such a case using numerical examples in Matlab, but I'd really like to figure out a proper mathematical approach to this. Any advice or insights would be very much appreciated!
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top