theoreticalEta: Find optimal theoretical Eta

Description Usage Arguments Details Value References

View source: R/functions.R

Description

Finds the optimal theoretical smoothing paramter for the thresholding

Usage

1
theoreticalEta(alpha, blur, G, sigma)

Arguments

alpha

A numeric vector, with m elements, specifying the level of long memory for the noise process within each channel of the form alpha = 2 - 2H, where H is the Hurst parameter. If alpha is a single element, that same element is repeated across all required channels.

blur

A character string that specifies the behaviour of the blur function

  • 'direct': No blur or direct model is used.

  • 'smooth': Blur that has smooth decay in the Fourier domain.

  • 'box.car': Blur that is of box.car type.

G

The input blur matrix

sigma

A numeric vector with m elements that specifies the level of noise (standard deviation) in each channel. The default method uses the Median Absolute Deviation of wavelet coefficients in the finest resolution (see multiSigma) for details.

Details

The theory (see Kulik, Sapatinas and Wishart (2014)) suggests that the optimal smoothing parameter depends on the best channel in the smooth blur case while depends on the level of dependence in the box.car blur case. This function finds the theoretically best eta from the data suggested by the theory in that paper.

Value

The theoretical eta (smoothing parameter) to be used in the thresholding.

References

Kulik, R., Sapatinas, T. and Wishart, J.R. (2014) Multichannel wavelet deconvolution with long range dependence. Upper bounds on the L_p risk Appl. Comput. Harmon. Anal. (to appear in). doi: 10.1016/j.acha.2014.04.004


mwaved documentation built on Oct. 28, 2021, 5:06 p.m.