SoftThresh {waved}R Documentation

Soft Threshold

Description

Apply soft threshold.

Usage

SoftThresh(y, t)

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

SoftThresh(1:5,2)
  

[Package waved version 1.3 Index]