threshsum | R Documentation |
Provide a summary of threshold effects in WaveD fit.
threshsum(w.res, L = 3, F = (log2(length(w.res)) - 1))
w.res |
A vector of wavelet coefficients |
L |
Low resolution level |
F |
Fine resolution level |
A vector of length F-L+1, with ONES and ZEROS. The ZEROS show that no coefficient remains at the corresponding resolution level.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
WaveD
library(waved)
data=waved.example(TRUE,FALSE)
doppler.wvd=WaveD(data$doppler.noisy,data$g)
threshsum(doppler.wvd$w,3,8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.