vector.soft.thresh: Soft thresholding a vector

View source: R/auxiliary.R

vector.soft.threshR Documentation

Soft thresholding a vector

Description

entries of v are moved towards 0 by the amount lambda until they hit 0.

Usage

vector.soft.thresh(x, lambda)

Arguments

x

a vector of real numbers

lambda

soft thresholding value

Value

a vector of the same length


InspectChangepoint documentation built on May 3, 2022, 9:07 a.m.