stoptime: Optimal stoping time

View source: R/functionINIT.R

stoptimeR Documentation

Optimal stoping time

Description

Compute the stoping time in the Fourier domain using noisy egein values.

Usage

stoptime(g, sigma)

Arguments

g

A sample of the convolution kernel $g$.

sigma

Noise standard deviation.

Value

M

estimate of optimal Fourier frequency.

j1

estimate of optimal 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

stoptime(log(abs(sin(2*pi*seq(0,1,le=1024)))),1)

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

Related to stoptime in waved...