Description Usage Arguments Details Value Author(s) References Examples
Calculates the Root mean square error (RMSE) from observed and predicted values.
1 | rmse(o, p)
|
o |
A numeric vector. Observed values. |
p |
A numeric vector. Predicted values. |
Interpretation: smaller is better. RMSE is sometimes abbreviated RMS, RMSD or RMSEP. A smaller value means a smaller error. RMSE is similar to mean absolute error (MAE), median absolute deviation (MAD) and root median squared error (RmdSE) but is more sensitive to large errors.
Root mean square error (RMSE)
Kristin Piikki, Johanna Wetterlind, Mats Soderstrom and Bo Stenberg, E-mail: kristin.piikki@slu.se
Piikki K., Wetterlind J., Soderstrom M., Stenberg B. (2021). Perspectives on validation in digital soil mapping of continuous attributes. A review. Soil Use and Management. doi: 10.1111/sum.12694
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.