SoftThresh | 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.
WaveD
SoftThresh(1:5,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.