tong_mean_shrinkage {sparsediscrim} | R Documentation |
Tong et al. (2012)'s Lindley-type Shrunken Mean Estimator
Description
An implementation of the Lindley-type shrunken mean estimator utilized in shrinkage-mean-based diagonal linear discriminant analysis (SmDLDA).
Usage
tong_mean_shrinkage(x, r_opt = NULL)
Arguments
x |
a matrix with |
r_opt |
the shrinkage coefficient. If |
Value
vector of length p
with the shrunken mean estimator
References
Tong, T., Chen, L., and Zhao, H. (2012), "Improved Mean Estimation and Its Application to Diagonal Discriminant Analysis," Bioinformatics, 28, 4, 531-537. https://academic.oup.com/bioinformatics/article/28/4/531/211887
[Package sparsediscrim version 0.3.0 Index]