What is the proof for the claim that the value of correlation coefficient $r$ ranges between $-1$ and $1$?
2026-03-31 20:54:36.1774990476
how can I prove the value of correlation coefficient $r$ ranges between $-1$ and $1$?
4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
This is a consequence of Cauchy-Schwarz.
$$ \begin{align} \lvert \operatorname{cov}(X,Y)\rvert &= \lvert \mathbb{E}[(X-\mathbb{E}[X])(Y-\mathbb{E}[Y])] \rvert\\ &\leq \sqrt{\mathbb{E}[(X-\mathbb{E}[X])^2]}\sqrt{\mathbb{E}[(Y-\mathbb{E}[Y])^2]} = \sqrt{\operatorname{Var} X} \sqrt{\operatorname{Var} Y} \end{align}$$ and reorganizing gives the inequality $$ \begin{align} \left\lvert \frac{\operatorname{cov}(X,Y)}{\sqrt{\operatorname{Var} X} \sqrt{\operatorname{Var} Y}}\right\rvert &\leq 1 \end{align}$$