fromse {bvhar} | R Documentation |
Evaluate the Estimation Based on Frobenius Norm
Description
This function computes estimation error given estimated model and true coefficient.
Usage
fromse(x, y, ...)
## S3 method for class 'bvharsp'
fromse(x, y, ...)
Arguments
x |
Estimated model. |
y |
Coefficient matrix to be compared. |
... |
not used |
Details
Consider the Frobenius Norm .
let
be nrow x k the estimates,
and let
be the true coefficients matrix.
Then the function computes estimation error by
Value
Frobenius norm value
References
Bai, R., & Ghosh, M. (2018). High-dimensional multivariate posterior consistency under global–local shrinkage priors. Journal of Multivariate Analysis, 167, 157–170.
[Package bvhar version 2.0.1 Index]