MatVar | R Documentation |
Calculates the Frobenius norm of a matrix, which can be used as a measure of total variation
MatVar(X)
X |
a matrix of any size |
The Frobenius norm of the matrix X, calculated as the square root of the sum of squared entries in X
X = matrix(rnorm(10), 5,2) MatVar(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.