R/cf.forecasts.R

"cf.forecasts" <-
function(m1,m2)
  { rmse <- rmse(m1,m2)
    mae <- mae(m1,m2)
    return(c(rmse,mae)) }

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.