softhresh: Function to solve the soft thresholding problem

View source: R/admm_auxiliary_fun.R

softhreshR Documentation

Function to solve the soft thresholding problem

Description

Function to solve the soft thresholding problem

Usage

softhresh(x, lambda)

Arguments

x

the data value.

lambda

the lambda value.

Value

the solution to the soft thresholding operator.

References

\insertRef

hastie_etal.2015fdaSP


fdaSP documentation built on Oct. 6, 2023, 1:07 a.m.