Here is my question. If A and B has a correlation of 0.8, B and C has a correlation of 0.6. What is the range of correlation between A and C?
2026-04-17 04:13:48.1776399228
Correlation between three variables
980 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CORRELATION
- What is the name of concepts that are used to compare two values?
- Power spectrum of field over an arbitrarily-shaped country
- How to statistically estimate multiple linear coefficients?
- How do I calculate if 2 stocks are negatively correlated?
- A simple question on average correlation
- Two random variables generated with common random varibales
- Correlation of all zero rows and columns in matrix
- Calculating correlation matrix from covariance matrix - r>1
- Joint probability of (X+Z) $\land$ (Y+Z) for arbitrary distribution of X, Y, Z.
- Phase space: Uncorrelated Gaussian Summed With a Linearly Correlated Gaussian
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let $A=(a_1,\ldots,a_n)$.
Let $\bar a=(a_1+\cdots+a_n)/n$.
Let $A_\text{corrected} = (a_1,\ldots,a_n) - (\bar a,\ldots,\bar a)$.
Let $\displaystyle \operatorname{ss}_A^2 = \langle A_\text{corrected},A_\text{corrected}\rangle$ where $\langle\cdot, \cdot\rangle$ is the dot product, the usual inner product and $\operatorname{ss}$ stands for "sum of squares". And let $\operatorname{ss}_A = \sqrt{\operatorname{ss}_A}$$.
Then $\displaystyle \left\langle \frac{A_\text{corrected}}{\operatorname{ss}_A}, \frac{A_\text{corrected}}{\operatorname{ss}_A} \right\rangle = 1$.
And similarly for $B$ and $C$.
Then the correlation is $\displaystyle \operatorname{corr}(A,B) = \left\langle \frac{A_\text{corrected}}{\operatorname{ss}_A}, \frac{B_\text{corrected}}{\operatorname{ss}_B} \right\rangle = \cos\theta_{AB}$, where $\theta_{AB}$ is the angle between these two unit vectors.
Then $\theta_{AB} = \arccos 0.8$ and $\theta_{BC}= \arccos0.6$.
The correlation $\cos\theta_{AC}$ must be between $\cos(\theta_{BC} \pm \theta_{AB})$. Notice that $\theta_{AB}+\theta_{BC} = 90^\circ$ because of the Pythagorean theorem.
This puts the correlation between $0$ and $0.96$ --- not a very narrow range, but it rules out a negative correlation between $A$ and $C$.
Here I've dealt only with a finite sample in which I've assigned each point a weight of $1/n$, but the whole thing can also work for discrete distributions on infinite set and for continuous distributions and other distributions. One would use integrals rather than sums for continuous distributions.