asus: Adaptive SURE thresholding with side information (asus)
Description
ASUS procedure for shrinkage estimation of a high dimensional sparse parameter.
Usage
asus(d, v.d, s, k = 2, m = 50)
Arguments
d
an n vector of primary observations
v.d
an n vector of variances for each component of d
s
an n vector of side information
k
number of groups. Default is k=2
m
partitions the support of \(|s|\) into \(m\) equidistant points.
Default is \(m=50\)
Value
est - an n vector holding the estimates
mse - estimate of risk
tau - k-1 vector of grouping parameters if k>=2
t - k vector of thresholding parameters
size - k vector of group sizes
Details
Estimates a sparse high dimensional vector using the ASUS procedure described in Banerjee et al. (2017).
If k = 1 then ASUS is the SureShrink estimator. The current implementation of ASUS estimates the grouping thresholds
based on the magnitude of \(|s|\). See the reference for more details.
References
Banerjee. T, Mukherjee. G and Sun. W (2017). Adaptive Sparse Estimation with Side Information.