cov_prob: Average Coverage Probability

Description Usage Arguments Details Value Examples

View source: R/ACI_orc.R

Description

Function for the average coverage probability calculation under a known value of the mean vector.

Usage

1
cov_prob(chi, lam, th_vec)

Arguments

chi

a scalar half-length value χ.

lam

a scalar shrinkage factor λ.

th_vec

a normalized mean vector.

Details

This function was created for the purpose of simulations.

Value

average coverage probability.

Examples

1
cov_prob(1.5, 0.5, seq(from = -1, to = 1, by = 0.01))

koohyun-kwon/OptACI documentation built on Oct. 6, 2020, 8:09 a.m.