powered by
SCAD penalty function as described in Fan and Li (2001).
scad(x,lambda,a)
Number to be evaluated
Tuning parameter lambda
Tuning parameter a
SCAD penalty function with tuning parameters lambda and "a" evaluated at "x".
[1] Fan, J. and Li, R. (2001). Variable selection via nonconcave penalized likelihood and its oracle properties, J. Am. Statist. Ass, 96, 1348--1360.
# NOT RUN { scad(3,1) scad(-3,1) scad(.001,2) # }
Run the code above in your browser using DataLab