R/cv2mse.R

Defines functions cv2mse

Documented in cv2mse

cv2mse = function(cv)
{
  cv = cv/100
  return(log(cv*cv + 1))
}

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.