Learn R Programming

waved (version 1.3)

find.j1: Fine resolution level for WaveD fit

Description

Find the optimal Fourier frequency and resolution level for WaveD fit

Usage

find.j1(g, sigma)

Value

M

Fourier frequency

j1

Resolution level

Arguments

g

vector (convolution kenel)

sigma

noise standard deviation

Author

Marc Raimondo

References

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

See Also

WaveD

Examples

Run this code
library(waved)
data=waved.example(TRUE,FALSE)
find.j1(data$g,data$sigma)

Run the code above in your browser using DataLab