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)
Same value as for rsswav
A vector of dyadic (power of two) length that contains the noisy data that you wish to compute the averaged RSS for.
The specified threshold.
This selects the smoothness of wavelet that you want to perform wavelet shrinkage by cross-validation.
specifies the family of wavelets that you want to use. The options are "DaubExPhase" and "DaubLeAsymm".
this option specifies the thresholding type which can be "hard" or "soft".
The primary resolution that you wish to assume. No wavelet coefficients that are on coarser scales than ll will be thresholded.
G P Nason
Description says all
rsswav
, WaveletCV