wd.dh | R Documentation |
Computes the discrete wavelet transform, but with zero boundary conditions especially for density estimation.
wd.dh(data, filter.number = 10, family = "DaubLeAsymm", type = "wavelet",
bc = "periodic", firstk = NULL, verbose = FALSE)
data |
The father wavelet coefficients |
filter.number |
The smoothness of the underlying wavelet to use,
see |
family |
The wavelet family to use, see |
type |
The type of wavelet to use |
bc |
Type of boundarie conditions |
firstk |
A parameter that originates from |
verbose |
If |
This is a subsidiary routine, not intended for direct user use for density
estimation. The main routines for wavelet density estimation are
denwd
, denproj
, denwr
.
The input to this function should be projected father wavelet coefficients
as computed by denproj
, but usually supplied to this function
by denwd
.
Thresholding should be carried out by the user independently of these functions.
An object of class wd
, but assumed on the basis of
zero boundary conditions.
David Herrick
denproj
,
denwd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.