wd.dh(wavethresh)
wd.dh()所属R语言包:wavethresh
Compute specialized wavelet transform for density estimation
专门的小波变换的计算密度估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the discrete wavelet transform, but with zero boundary conditions especially for density estimation.
计算离散小波变换的,但具有零边界条件,尤其是对于密度估计。
用法----------Usage----------
wd.dh(data, filter.number = 10, family = "DaubLeAsymm", type = "wavelet",
bc = "periodic", firstk = NULL, verbose = FALSE)
参数----------Arguments----------
参数:data
The father wavelet coefficients
父亲的小波系数
参数:filter.number
The smoothness of the underlying wavelet to use, see filter.select
使用的基本小波的平滑度,请参阅filter.select
参数:family
The wavelet family to use, see filter.select
小波家庭使用,看filter.select
参数:type
The type of wavelet to use
使用小波变换的类型
参数:bc
Type of boundarie conditions
boundarie条件的类型
参数:firstk
A parameter that originates from denproj
一个参数,源于denproj
参数:verbose
If TRUE then informative messages are printed.
如果TRUE然后信息会输出。
Details
详细信息----------Details----------
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.
这是一间附属公司的常规,不打算供用户直接使用密度估计。小波密度估计的主要例程是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.
此功能的输入应预计爸爸小波系数计算denproj,但通常提供给该函数的denwd的。
Thresholding should be carried out by the user independently of these functions.
应进行阈值的这些功能由用户独立。
值----------Value----------
An object of class wd, but assumed on the basis of zero boundary conditions.
类的一个对象wd,但假定零边界条件的基础上。
(作者)----------Author(s)----------
David Herrick
参见----------See Also----------
denproj,
denproj,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|