rrMSE | R Documentation |
This function calculates the root (relative) mean squared error for scalar quantities.
rrMSE(theta_true, theta_estim, relative = TRUE)
theta_true |
True component (scalar). |
theta_estim |
Estimated component (scalar). |
relative |
FALSE if the absolute MSE is to be computed. Defaults to the relative MSE (TRUE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.