exactCoverageProb(c.vec, theta.diff, lambda, c.val, sigma.2 = 1, n = 1)
lambda is not missing.=>
genDelMat
.c.vec
argument: the first element corresponds to the upper limit of
the interval, and to the negative of the lower limit of the integral.
del1 <- c(2, 4)
exactCoverageProb(c(1.1,1.3), del1)
exactCoverageProb(theta.diff=c(2,3,4), lambda=0.9, c.val=2)
Run the code above in your browser using DataLab