find.j1: Fine resolution level for WaveD fit

View source: R/functionINIT.R

find.j1R 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

WaveD

Examples

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


waved documentation built on May 29, 2024, 5:29 a.m.

Related to find.j1 in waved...