brick.wall(waveslim)
brick.wall()所属R语言包:waveslim
Replace Boundary Wavelet Coefficients with Missing Values
更换缺失值的的边界小波系数与
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sets the first n wavelet coefficients to NA.
设置第一n小波系数,NA。
用法----------Usage----------
dwpt.brick.wall(x, wf, n.levels, method="modwpt")
参数----------Arguments----------
参数:x
DWT/MODWT/DWPT/MODWPT object
DWT / MODWT / DWPT / MODWPT的对象
参数:wf
Character string; name of wavelet filter
小波滤波器的字符串名称
参数:method
Either dwt or modwt for brick.wall, or either dwpt or modwpt for dwpt.brick.wall
无论是dwt或modwtbrick.wall,或者是dwpt或modwptdwpt.brick.wall
参数:n.levels
depth of the wavelet transform
小波变换的深度
Details
详细信息----------Details----------
The fact that observed time series are finite causes boundary issues. One way to get around this is to simply remove any wavelet coefficient computed involving the boundary. This is done here by replacing boundary wavelet coefficients with NA.
事实上,观察时间序列是有限的原因边界问题。解决这个问题的方法之一是简单地删除任何涉及边界的小波系数计算。这是在这里完成的的边界小波系数与NA取代。
值----------Value----------
Same object as x only with some missing values.
相同的对象x只有一些缺失值的。
(作者)----------Author(s)----------
B. Whitcher
参考文献----------References----------
The discrete wavelet transform and the scale anlaysis of the surface properties of sea ice, IEEE Transactions on Geoscience and Remote Sensing, 34, No.~3, 771-787.
Wavelet Methods for Time Series Analysis, Cambridge University Press.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|