R/mse2cv.R

Defines functions mse2cv

Documented in mse2cv

mse2cv = function(mse)
{
  cv = sqrt(exp(mse) - 1)
  return(100*cv)
}

Try the BE package in your browser

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

BE documentation built on Jan. 7, 2023, 1:11 a.m.