frob {lmreg} | R Documentation |
Computes the Frobenius norm of a given matrix.
frob(M)
M |
Matrix whose Frobenius norm is to be computed. |
A scalar value, describing the Frobenius norm (positive square root of sum of squared elements) of M.
Debasis Sengupta <shairiksengupta@gmail.com>, Jinwen Qiu <qjwsnow_ctw@hotmail.com>
Sengupta and Jammalamadaka (2019), Linear Models and Regression with R: An Integrated Approach.
frob(matrix(2,3,2))