mutilsWSShrinkageFunction | R Documentation |
MUTILS is a C library used for certain itCall
functions.
This function maps a wavelet transform character string to the
corresponding enum type in MUTILS.
mutilsWSShrinkageFunction(x)
x |
a character string representing the waveshrink function.
Choices are |
a list containg objects index
and shrinkfun
,
containing an integer corresponding to the MUTILS enum and name
of the shrinkage function, respectively.
mutilsDistanceMetric
, mutilsFilterType
, mutilsFilterTypeContinuous
, mutilsSDF
, mutilsTransformPeakType
, mutilsTransformType
, mutilsWSThresholdFunction
.
## obtain MUTILS enum map for soft thresholding mutilsWSShrinkageFunction("soft")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.