View source: R/misc-functions.R
norma | R Documentation |
This function computes the squared "operator norm distance" between its arguments. This is closely related to the squared Frobenius norm of the difference of the matrices.
norma(gammax, gamma0)
gammax |
the matrix representation of the first operator |
gamma0 |
the matrix representation of the second operator |
the squared Frobenius norm of the difference of the matrices, divided by the number of elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.