cov_prob_tr: Average Coverage Probability: Truncated

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, when truncated series approximation is used.

Usage

1
cov_prob_tr(chi, lam, th_vec, Jn)

Arguments

chi

a scalar half-length value χ.

lam

a vector of shrinkage factors λ.

th_vec

a normalized mean vector.

Jn

the order of polynomial approximation.

Details

This function was created for the purpose of simulations.

Value

vector of estimated average coverage probability values, corresponding to each value of λ in lam.

Examples

1
cov_prob_tr(1, 0.5, seq(from = -1, to = 1, by = 0.01), 4)

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