rmse | R Documentation |
Root Mean Squared Error
rmse(x, y)
x |
[numeric()][vector()] observed values |
y |
[numeric()][vector()] forecast values |
[numeric()] root mean squared error
rmse(1:10, 10:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.