Description Usage Arguments Details Value Examples
Function for the average coverage probability calculation under a known value of the mean vector, when truncated series approximation is used.
| 1 | cov_prob_tr(chi, lam, th_vec, Jn)
 | 
| chi | a scalar half-length value χ. | 
| lam | a vector of shrinkage factors λ. | 
| th_vec | a normalized mean vector. | 
| Jn | the order of polynomial approximation. | 
This function was created for the purpose of simulations.
vector of estimated average coverage probability values,
corresponding to each value of λ in lam.
| 1 | cov_prob_tr(1, 0.5, seq(from = -1, to = 1, by = 0.01), 4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.