CVRMSE | R Documentation |
Coefficient of Variation of Root Mean Squared Error
CVRMSE(actual, predicted)
actual |
Actual value of the target variable |
predicted |
Predicted/forecasted value of the target variable |
CVRMSE of the fitted model
actual <- c(100, 150, 200, 250, 300, 350, 400, 450, 500, 550)
predicted <- c(95, 148, 210, 245, 290, 360, 395, 440, 510, 540)
CVRMSE(actual, predicted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.