SoftThresh: Soft Threshold

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Apply soft threshold.

Usage

1

Arguments

y

vector

t

threshold

Value

vector $y$ thresholded: entries below $t$ are replaced by shrunken versions.

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD

Examples

1
2
SoftThresh(1:5,2)
  

waved documentation built on May 2, 2019, 3:21 a.m.

Related to SoftThresh in waved...