R/sscv.R

Defines functions sscv

Documented in sscv

sscv = function(CV, DesignNo=1, True.R=1, Alpha=0.1, Beta=0.2, ThetaL=0.8, ThetaU=1.25, nMax=999999)
{
  mse = log(1 + (CV/100)^2)
  return(ssmse(mse, DesignNo, True.R, Alpha, Beta, ThetaL, ThetaU, nMax))
}

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.