threshsum: Show threshold effects

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

View source: R/functionINIT.R

Description

Provide a summary of threshold effects in WaveD fit.

Usage

1
threshsum(w.res, L = 3, F = (log2(length(w.res)) - 1))

Arguments

w.res

A vector of wavelet coefficients

L

Low resolution level

F

Fine resolution level

Value

A vector of length F-L+1, with ONES and ZEROS. The ZEROS show that no coefficient remains at the corresponding resolution level.

Author(s)

Marc Raimondo

References

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

See Also

WaveD

Examples

1
2
3
4
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
threshsum(doppler.wvd$w,3,8)

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

Related to threshsum in waved...