powered by
The function is used to calculate the root mean square error between two vectors
RMSE(Actual, Predicted)
The root mean square error between the two input vectors
Vector of actual data
vector of predicted data
Mohamed Soudy Mohmedsoudy2009@gmail.com
RMSE(c(1,2,3), c(10,20,30))
Run the code above in your browser using DataLab