Crsswav: Wrapper to C code version of rsswav

CrsswavR Documentation

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)

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.

Details

Description says all

Value

Same value as for rsswav

Author(s)

G P Nason

See Also

rsswav, WaveletCV


wavethresh documentation built on Sept. 11, 2024, 9:33 p.m.