| .compute_error_metrics | R Documentation |
Compute MISE, AISE, and ISB between estimated and true beta
.compute_error_metrics(beta_hat, beta_true)
beta_hat |
Numeric vector (or matrix for functional case). |
beta_true |
Numeric vector (or matrix) of the same shape. |
Named numeric vector with MISE, AISE, ISB (for single estimate, MISE=AISE=ISB=ISE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.