SoftThresh {waved} | R Documentation |
Apply soft threshold.
SoftThresh(y, t)
y |
vector |
t |
threshold |
vector $y$ thresholded: entries below $t$ are replaced by shrunken versions.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
SoftThresh(1:5,2)