Learn R Programming

wavethresh (version 4.7.3)

Crsswav: Wrapper to C code version of rsswav

Description

Crsswav is called by WaveletCV which is itself called by threshold.wd to carry out its cross-validation policy.

Usage

Crsswav(noisy, value = 1, filter.number = 10, family = "DaubLeAsymm",
    thresh.type = "hard", ll = 3)

Value

Same value as for rsswav

Arguments

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.

Author

G P Nason

Details

Description says all

See Also

rsswav, WaveletCV