R/RMSE.R

Defines functions RMSE

RMSE = function(x, y){

  return(sqrt(mean((x-y)^2)))
}

Try the blatent package in your browser

Any scripts or data that you put into this service are public.

blatent documentation built on May 29, 2024, 5:42 a.m.