mra-class(wavelets)
mra-class()所属R语言包:wavelets
Multiresolution Analysis Object
多分辨率分析的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An S4 object containing multiresolution analysis information.
S4对象,其中包含多分辨率分析信息。
插槽----------Slots----------
D A list with element i comprised of a matrix containing
DA列表元素i组成的一个矩阵包含
S A list with element i comprised of a matrix containing
SA列表元素i组成的一个矩阵包含
filter A wt.filter object containing information for the filter used in the decomposition. See help(wt.filter) for
过滤器Awt.filter对象,其中包含的信息使用的过滤器的分解。见help(wt.filter)
level An integer value representing the level of wavelet
平整数值,表示小波
boundary A character string indicating the boundary method used in the wavelet decomposition. Valid values are "periodic" or
边界的一个字符串表示的边界在小波分解的方法。有效的值是“定期”
series The original time series, X, in matrix format.
系列原始时间序列,X,以矩阵格式。
class.X A character string indicating the class of the input series. Possible values are "ts", "mts",
class.XA字符串表示的输入序列的类。可能的值是"ts","mts"
attr.X A list containing the attributes information of the original time series, X. This is useful if X is an object of class ts or mts and it is desired to retain relevant time information. If the original time series, X, is
attr.XA列表,其中包含的属性信息的原始时间序列,X。 ,这是非常有用的,如果X是类的一个对象ts或mts“,它希望保留相应的时间信息。如果原来的时间序列,X,
method A character string indicating which type of wavelet
方法A字符的字符串,表示哪种类型的小波
(作者)----------Author(s)----------
Eric Aldrich. ealdrich@gmail.com.
参考文献----------References----------
参见----------See Also----------
dwt, modwt, wt.filter.
dwt,modwt,wt.filter。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|