Second Moment Matrix
The second moment matrix represents the feature-feature relationships of samples by taking the average outer product:
- The empirical estimator is , where
- Entries are the mean dot products of the feature columns: , so the feature-feature relationships
- Entries on the diagonal are the mean squares of the feature columns: , so the second moments.
- Is the feature gram matrix scaled by .
- If features are centered, it becomes the sample covariance matrix.
- → Is a symmetric matrix and positive semidefinite.