RMSE {MERO} | R Documentation |
Calculate Root Mean Square Error 'RMSE' between vectors
Description
The function is used to calculate the root mean square error between two vectors
Usage
RMSE(Actual, Predicted)
Arguments
Actual |
Vector of actual data |
Predicted |
vector of predicted data |
Value
The root mean square error between the two input vectors
Author(s)
Mohamed Soudy Mohmedsoudy2009@gmail.com
Examples
RMSE(c(1,2,3), c(10,20,30))
[Package MERO version 0.1.2 Index]