The scatter matrix is defined as
$$S = \sum_{j=1}^n (\mathbf{x}_j-\overline{\mathbf{x}})(\mathbf{x}_j-\overline{\mathbf{x}})^T$$
The trace (sum of the diagonal elements) of this matrix is equivalent to the overall sum of squares.
- Each element $s_{jj}$ of the diagonal is equivalent to the sum of squares (of deviations) of the $j$-th variable, is that correct?
- How about the other elements $s_{jk}$ where $j \ne k$ ? What do they represent and thus mean?