pp_scad_lin: SCAD Penalty Derivative (Linearized Approximation)

View source: R/utils.R

pp_scad_linR Documentation

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)

Arguments

beta

A vector of coefficients.

lambda

The main penalty tuning parameter.

a

The second tuning parameter of the SCAD penalty (often 3.7).

Value

A vector of penalty derivative values.


geeVerse documentation built on Aug. 21, 2025, 5:56 p.m.