Learn R Programming

waved (version 1.3)

MultiThresh1: Maxiset threshold

Description

Compute the maxiset threshold for WaveD fit.

Usage

MultiThresh1(s, g, L, eta)

Value

vector of thresholds

Arguments

s

noise standard deviation

g

Sample of g or g + (Gaussian noise).

L

Lowest resolution level.

eta

Tuning parameter of the maxiset threshold.

Author

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD,

Examples

Run this code

MultiThresh1(.1, sin(2*pi*seq(0,1,le=1024)), 3, sqrt(2))

Run the code above in your browser using DataLab