Index: The Book of Statistical ProofsGeneral TheoremsProbability theoryCovariance ▷ Sample covariance

Definition: Let and y = \left\lbrace y_1, \ldots, y_n \right\rbrace be samples from random variables X and Y. Then, the sample covariance of x and y is given by

\label{eq:cov-samp} \hat{\sigma}_{xy} = \frac{1}{n} \sum_{i=1}^{n} (x_i - \bar{x}) (y_i - \bar{y})

and the unbiased sample covariance of x and y is given by

\label{eq:cov-samp-unb} s_{xy} = \frac{1}{n-1} \sum_{i=1}^{n} (x_i - \bar{x}) (y_i - \bar{y})

where \bar{x} and \bar{y} are the sample means.

 
Sources:

Metadata: ID: D144 | shortcut: cov-samp | author: ciaranmci | date: 2021-04-21, 06:53.