Functions for plugin penalty
Arguments
- x
A numeric vector.
- target
The target values for components of
x
in the ridge penalty. Default is a vector of zeros.- call
Logical. If
TRUE
, return the name of the penalty function.- ...
Additional arguments which may be called. See Details.
- lb
The lower bounds for components of
x
.- ub
The upper bounds for components of
x
.- thres
The threshold for the Huber penalty.