find.j1 {waved} | R Documentation |
Fine resolution level for WaveD fit
Description
Find the optimal Fourier frequency and resolution level for WaveD fit
Usage
find.j1(g, sigma)
Arguments
g |
vector (convolution kenel) |
sigma |
noise standard deviation |
Value
M |
Fourier frequency |
j1 |
Resolution level |
Author(s)
Marc Raimondo
References
Raimondo, M. and Stewart, M. (2007), ‘The WaveD Transform in R’, Journal of Statistical Software.
See Also
Examples
library(waved)
data=waved.example(TRUE,FALSE)
find.j1(data$g,data$sigma)
[Package waved version 1.3 Index]