Learn R Programming

SparseDC (version 0.1.17)

S_func: The soft thresholding operator

Description

Function to solve the soft thresholding problem

Usage

S_func(x, a)

Arguments

x

The data value

a

The lambda value

Value

The solution to the soft thresholding operator.