denwd | R Documentation |
Performs wavelet decomposition on the empirical scaling function coefficients of the probability density function.
denwd(coef)
coef |
Output from |
The empirical scaling function coefficients are decomposed using the DWT with zero boundary conditions.
An object of class wd.object
David Herrick
denproj
,plotdenwd
,wd
,
denwr
# Simulate data from the claw density, find the empirical
# scaling function coefficients, decompose them and plot
# the resulting wavelet coefficients
data <- rclaw(100)
datahr <- denproj(data, J=8, filter.number=2,family="DaubExPhase")
data.wd <- denwd(datahr)
## Not run: plotdenwd(data.wd, top.level=(datahr$res$J-1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.