total_scatter | R Documentation |
Computes the total scatter matrix S_t = \sum_i (x_i - \mu)(x_i - \mu)^T
.
total_scatter(X, mu)
X |
A numeric matrix (n x d). |
mu |
A numeric vector of length d representing the overall mean. |
A numeric (d x d) total scatter matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.