av.basis(wavethresh)
av.basis()所属R语言包:wavethresh
Perform basis averaging for wst class object
执行WST类对象的基础上平均
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Note: that this function is not for direct user use. This function is a helper routine for the AvBasis.wst function which is the one that should be used by users.
注:此功能是供用户直接使用。此功能是一个辅助例程的AvBasis.wst功能,这是一个由用户使用。
This function works by recursion, essentially it merges the current levels C coefficients from one packet shift with its associated D coefficients, does the same for the other packet shift and then averages the two reconstructions to provide the C coefficients for the next level up.
此功能的工作原理是递归的,本质上它融合了目前C级系数从一个包移,其相关的D系数,做同样的其他数据包移位,然后平均重建提供的C系数为一个新的水平。
用法----------Usage----------
av.basis(wst, level, ix1, ix2, filter)
参数----------Arguments----------
参数:wst
The wst.object that you wish to basis average
wst.object,你想依据平均
参数:level
The resolution level the function is currently operating at
分辨率级别的功能,目前在
参数:ix1
Which "left" packet in the level you are accessing
“左”包您正在访问的水平
参数:ix2
Which "right" packet
“正确”的包
参数:filter
The wavelet filter details, see filter.select
小波滤波器的详细信息,请参阅filter.select
Details
详细信息----------Details----------
Description says all, see help page for AvBasis.wst.
描述说,所有的信息,请参阅帮助页面AvBasis.wst。
值----------Value----------
Returns the average basis reconstruction of a wst.object.
返回平均的基础上重建的wst.object。
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
AvBasis, AvBasis.wst, conbar, rotateback,
AvBasis,AvBasis.wst,conbar,rotateback,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|