rmse | R Documentation |
Calculate the RMSE of an array of estimates relative to the true value.
rmse(rhohat, rho)
rhohat |
an array of estimators of rho. |
rho |
the true value of rho. |
the root mean squared error of rhohat array.
mb mrb
rho = 0.5
rhohat = 0.5 + rnorm(10)
rmse(rhohat,rho)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.