Function to implement the soft-, MCP, SCAD thresholding rule in the ADMM method.
thresh_est(z, lambda, tau, a = 3, penalty = c("MCP", "SCAD", "lasso"))a vector where the function is to be evaluated.
a number representing a tuning parameter.
the penalty parameter in the ADMM method.
the tuning parameter of the MCP/SCAD penalty (see details). Default is 3 for MCP and 3.7 for SCAD.
The penalty to be applied to the model. Either "lasso" (the default), "SCAD", or "MCP".
A vector containing the threshlding values at z.
'Pairwise Fusion Approach Incorporating Prior Constraint Information' by Yaguang Li