rmname(wavethresh)
rmname()所属R语言包:wavethresh
Return a ipndacw matrix style name.
返回ipndacw矩阵式名称。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns a character string according to a particular format for naming ipndacw matrices.
这个函数返回一个字符串,根据特定的格式命名ipndacw矩阵。
用法----------Usage----------
rmname(J, filter.number, family)
参数----------Arguments----------
参数:J
A negative integer representing the order of the ipndacw matrix.
负整数代表ipndacw矩阵的顺序。
参数:filter.number
The index number of the wavelet used to build the ipndacw matrix.
该指数的小波用于构建ipndacw矩阵。
参数:family
The wavelet family used to build the ipndacw matrix.
小波家庭使用,建立ipndacw矩阵。
Details
详细信息----------Details----------
Some of the matrices computed by ipndacw take a long time to compute. Hence it is a good idea to store them and reuse them. This function generates a name according to a particular naming scheme that permits a search algorithm to easily find the matrices.
ipndacw需要很长的时间来计算的矩阵计算。因此,它是一个好主意,将它们存储和重用他们。此功能根据特定的命名方案,允许很容易地找到矩阵的搜索算法生成一个名称。
Each matrix has three defining characteristics: its order, filter.number and family. Each of these three characteristics are concatenated together to form a name.
每个矩阵有三个定义的特性:其的秩序,filter.number和家庭。这三个特性中的每一个都被连接在一起,以形成一个名称。
值----------Value----------
A character string containing the name of a matrix according to a particular naming scheme.
一个字符串,其中包含矩阵的名称根据一个特定的命名方案。
RELEASE----------RELEASE----------
Version 3.9 Copyright Guy Nason 1998
版本3.9版权所有1998年盖利晨
(作者)----------Author(s)----------
G P Nason
参考文献----------References----------
<h3>See Also</h3> <code>ewspec</code>, <code>ipndacw</code>,
实例----------Examples----------
#[]
# What's the name of the order 4 Haar matrix?[4阶的Haar矩阵叫什么名字?]
#[]
rmname(-4, filter.number=1, family="DaubExPhase")
#[1] "rm.4.1.DaubExPhase"[[1]“rm.4.1.DaubExPhase”]
#[]
# What's the name of the order 12 Daubechies least-asymmetric wavelet[叫什么名字的顺序至少12 Daubechies小非对称小波]
# with 7 vanishing moments?[7消失的时刻吗?]
#[]
rmname(-12, filter.number=7, family="DaubLeAsymm")
#[1] "rm.12.7.DaubLeAsymm"[[1]“rm.12.7.DaubLeAsymm”]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|