Crsswav | R Documentation |
Crsswav is called by WaveletCV
which is itself
called by threshold.wd
to carry out its cross-validation
policy.
Crsswav(noisy, value = 1, filter.number = 10, family = "DaubLeAsymm",
thresh.type = "hard", ll = 3)
noisy |
A vector of dyadic (power of two) length that contains the noisy data that you wish to compute the averaged RSS for. |
value |
The specified threshold. |
filter.number |
This selects the smoothness of wavelet that you want to perform wavelet shrinkage by cross-validation. |
family |
specifies the family of wavelets that you want to use. The options are "DaubExPhase" and "DaubLeAsymm". |
thresh.type |
this option specifies the thresholding type which can be "hard" or "soft". |
ll |
The primary resolution that you wish to assume. No wavelet coefficients that are on coarser scales than ll will be thresholded. |
Description says all
Same value as for rsswav
G P Nason
rsswav
, WaveletCV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.