R/mae.R

"mae" <-
function(m1,m2)
  {tmp <- mean(abs(m1-m2))
   return(tmp)
 }

Try the MSBVAR package in your browser

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

MSBVAR documentation built on May 30, 2017, 1:23 a.m.