maxithresh: Returns maxiset threshold

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Returns maxiset threshold for specified resolution levels.

Usage

1
maxithresh(data, g, L = 2, F = (log2(length(data)) - 1), eta = sqrt(6))

Arguments

data

~~Describe data here~~

g

~~Describe g here~~

L

~~Describe L here~~

F

~~Describe F here~~

eta

~~Describe eta here~~

Details

~~ If necessary, more details than the description above ~~

Value

Returns maxiset threshold for coarse resolution level equal to L, and wavelet resolution levels L,...,F.

Author(s)

Marc Raimondo

References

Johnstone, I., Kerkyacharian, G., Picard, D. and Raimondo, M. (2004), 'Wavelet deconvolution in a periodic setting', Journal of the Royal Statistical Society, Series B 66(3),~547–573. with discussion pp.627-652.

Raimondo, M. and Stewart, M. (2006), ‘The WaveD Transform in R’, preprint, School and Mathematics and Statistics, University of Sydney.

See Also

WaveD

Examples

1
2
3
library(waved)
data=waved.example(TRUE,FALSE)
maxithresh(data$lidar.noisy,data$g,L=3,F=7)

waved documentation built on May 2, 2019, 3:21 a.m.

Related to maxithresh in waved...