find.j1 {waved} | R Documentation |
Find the optimal Fourier frequency and resolution level for WaveD fit
find.j1(g, sigma)
g |
vector (convolution kenel) |
sigma |
noise standard deviation |
M |
Fourier frequency |
j1 |
Resolution level |
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), `The WaveD Transform in R', Journal of Statistical Software.
library(waved) data=waved.example(TRUE,FALSE) find.j1(data$g,data$sigma)