[statistics] added equation label to correlation coefficient

This commit is contained in:
Jan Benda 2019-11-30 20:07:17 +01:00
parent fdd4706a51
commit 1a9cddd451

View File

@ -455,10 +455,13 @@ data values (e.g. size and weight of elephants) we want to analyze
dependencies between the variables.
The \enterm{correlation coefficient}
\[ r_{x,y} = \frac{Cov(x,y)}{\sigma_x \sigma_y} = \frac{\langle
\begin{equation}
\label{correlationcoefficient}
r_{x,y} = \frac{Cov(x,y)}{\sigma_x \sigma_y} = \frac{\langle
(x-\langle x \rangle)(y-\langle y \rangle) \rangle}{\sqrt{\langle
(x-\langle x \rangle)^2} \rangle \sqrt{\langle (y-\langle y
\rangle)^2} \rangle} \]
\rangle)^2} \rangle}
\end{equation}
quantifies linear relationships between two variables
\matlabfun{corr()}. The correlation coefficient is the
\determ{covariance} normalized by the standard deviations of the