pp_scad_lin: SCAD Penalty Derivative (Linearized Approximation)
Description
This function calculates the derivative of the SCAD penalty, often used in
the local linear approximation algorithm.
Usage
pp_scad_lin(beta, lambda, a = 3.7)
Value
A vector of penalty derivative values.
Arguments
- beta
A vector of coefficients.
- lambda
The main penalty tuning parameter.
- a
The second tuning parameter of the SCAD penalty (often 3.7).