| threshold {wavethresh} | R Documentation |
Threshold coefficients
Description
Modify coefficients by thresholding or shrinkage.
This function is generic.
Particular methods exist for the following objects:
- wd object
the
threshold.wdfunction is used;- imwd object
the
threshold.imwdfunction is used;- imwdc object
the
threshold.imwdcfunction is used;- irregwd object
the
threshold.irregwdfunction is used;- wd3D object
the
threshold.wd3Dfunction is used;- wp object
the
threshold.wpfunction is used;- wst object
the
threshold.wstfunction is used.
Usage
threshold(...)
Arguments
... |
See individual help pages for details. |
Details
See individual method help pages for operation and examples.
Value
Usually a copy of the input object but containing thresholded or shrunk coefficients.
RELEASE
Version 2 Copyright Guy Nason 1993
Author(s)
G P Nason
See Also
imwd.object, imwdc.object, irregwd object, threshold.imwd, threshold.imwdc, threshold.irregwd, threshold.wd, threshold.wd3D, threshold.wp, threshold.wst wd.object, wd3D.object, wp.object, wst.object.