R/bias.R

Defines functions bias

bias = function(est, true){

  return(mean(est-true))

}

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.