stoptime {waved}R 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)

[Package waved version 1.3 Index]