first.last.dh(wavethresh)
first.last.dh()所属R语言包:wavethresh
Build special first/last database for some wavelet density functions
建立特殊的一些小波密度函数的第一个/最后一个数据库
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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看这是什么样的功能。
用法----------Usage----------
first.last.dh(LengthH, DataLength, type = "wavelet", bc = "periodic",
firstk = c(0, DataLength - 1))
参数----------Arguments----------
参数:LengthH
The length of the smoothing (C) filter
平滑滤波器(C)的长度
参数:DataLength
The length of the data that you wish to transform
你想转换的数据的长度
参数:type
The type of wavelet transform, wavelet or station for decimated and nondecimated transforms respectively.
小波变换的类型,wavelet或station重创,nondecimated变换分别。
参数:bc
Boundary conditions, periodic or symmetric
边界条件,periodic或symmetric
参数:firstk
The first k index, leave as default
第k个指标,保留为默认值
Details
详细信息----------Details----------
Description says all.
介绍说。
值----------Value----------
A list with several components in exactly the same format as for first.last.
完全相同的格式为first.last的列表中的多个组件。
(作者)----------Author(s)----------
David Herrick
参见----------See Also----------
dencvwd,first.last,wd.dh
dencvwd,first.last,wd.dh
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|