first.last.dh | R Documentation |
This function builds a special first/last database for some of the wavelet density estimation functions written by David Herrick and described in his PhD thesis.
See first.last
to see what this kind of function does.
first.last.dh(LengthH, DataLength, type = "wavelet", bc = "periodic",
firstk = c(0, DataLength - 1))
LengthH |
The length of the smoothing (C) filter |
DataLength |
The length of the data that you wish to transform |
type |
The type of wavelet transform, |
bc |
Boundary conditions, |
firstk |
The first k index, leave as default |
Description says all.
A list with several components in exactly the same format as
for first.last
.
David Herrick
dencvwd
,first.last
,wd.dh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.