R/MAD.R

Defines functions MAD

MAD = function(x, y){
  return(mean(abs(x-y)))
}

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.