R/rmse.R

"rmse" <-
function(m1,m2)
  { tmp <- sqrt(mean((m1-m2)^2))
  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.