Description Usage Arguments Details Value Recovery Use See Also Examples
Computes the Frobenius norm of matrix entries
1 | metric_frobenius_norm(estimate, oracle, na.rm = FALSE)
|
estimate |
Estimated values from the model. |
oracle |
Known values used to generate the model. |
na.rm |
A |
The Frobenius norm is an extension of the Euclidean norm to \mathcal{K}^{n\times n}.
The metric is computed under:
\|A\|_{\rm F} = ≤ft(∑_{i=1}^m ∑_{j=1}^n |a_{ij}|^2\right)^{\frac{1}{2}}
A single numeric
value.
The Frobenius norm is best used to understand differences between the estimated \hatθ matrix and the oracle θ matrix.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.