MultiThresh1 {waved} | R Documentation |
Maxiset threshold
Description
Compute the maxiset threshold for WaveD fit.
Usage
MultiThresh1(s, g, L, eta)
Arguments
s |
noise standard deviation |
g |
Sample of g or g + (Gaussian noise). |
L |
Lowest resolution level. |
eta |
Tuning parameter of the maxiset threshold. |
Value
vector of thresholds
Author(s)
Marc Raimondo
References
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
See Also
Examples
MultiThresh1(.1, sin(2*pi*seq(0,1,le=1024)), 3, sqrt(2))
[Package waved version 1.3 Index]