Psiname(wavethresh)
Psiname()所属R语言包:wavethresh
Return a PsiJ list object style name.
返回PsiJ列表对象样式的名称。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns a character string according to a particular format for naming PsiJ objects.
这个函数返回一个字符串,根据特定的格式,的命名PsiJ对象。
用法----------Usage----------
Psiname(J, filter.number, family)
参数----------Arguments----------
参数:J
A negative integer representing the order of the PsiJ object.
负整数,代表的PsiJ对象的顺序。
参数:filter.number
The index number of the wavelet used to build the PsiJ object.
小波用于建立PsiJ对象的索引号。
参数:family
The wavelet family used to build the PsiJ object.
小波家庭用于建立PsiJ对象。
Details
详细信息----------Details----------
Some of the objects computed by PsiJ 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.
计算PsiJ需要很长的时间来计算的对象。因此,它是一个好主意,将它们存储和重用他们。此功能根据特定的命名方案,允许很容易地找到矩阵的搜索算法生成一个名称。
Each object has three defining characteristics: its order, filter.number and family. Each of these three characteristics are concatenated together to form a name.
定义每个对象有三个特点:的秩序,filter.number和家庭。这三个特性中的每一个都被连接在一起,以形成一个名称。
This function performs exactly the same role as rmname except for objects produced by PsiJ.
这个函数执行的对象产生的rmnamePsiJ除了完全一样的作用。
值----------Value----------
A character string containing the name of an object 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>PsiJ</code>
实例----------Examples----------
#[]
# What's the name of the order 4 Haar PsiJ object?[4阶的哈尔PsiJ对象的名称是什么?]
#[]
Psiname(-4, filter.number=1, family="DaubExPhase")
#[1] "Psi.4.1.DaubExPhase"[[1]“Psi.4.1.DaubExPhase”]
#[]
# What's the name of the order 12 Daubechies least-asymmetric wavelet PsiJ[叫什么名字的第12号命令的Daubechies至少不对称小波PsiJ]
# with 7 vanishing moments?[7消失的时刻吗?]
#[]
Psiname(-12, filter.number=7, family="DaubLeAsymm")
#[1] "Psi.12.7.DaubLeAsymm"[[1]“Psi.12.7.DaubLeAsymm”]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|