Description Usage Arguments Value Author(s) References See Also Examples
Given a data value or a vector of data, threshold the data at a specified value, using hard or soft thresholding.
1 |
x |
a data value or a vector of data |
t |
value of threshold to be used |
hard |
specifies whether hard or soft thresholding is applied |
A value or vector of values the same length as x
, containing
the result of the relevant thresholding rule applied to x
.
Bernard Silverman
See ebayesthresh
and
http://www.bernardsilverman.com
1 |
[1] -3.6 -2.6 -1.6 -0.6 0.0 0.0 0.0 0.6 1.6 2.6 3.6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.