R/UMPNormal.R

UMPNormal <-
function(mu0, sigma, n,alpha)  {
  mu0-qnorm(alpha)*sigma/sqrt(n)
}

Try the ACSWR package in your browser

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

ACSWR documentation built on May 2, 2019, 6:53 a.m.