hard.thresh.bu(unbalhaar)
hard.thresh.bu()所属R语言包:unbalhaar
Hard thresholding of a bottom-up Unbalanced Haar decomposition
自底向上的不平衡哈尔的硬阈值分解
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Presented with an object returned by best.unbal.haar.bu, the function sets to zero those Unbalanced Haar coefficients which fall below a certain threshold sigma.
主办的best.unbal.haar.bu返回一个对象,该函数设置为零不平衡的哈尔系数低于一定的阈值sigma。
用法----------Usage----------
hard.thresh.bu(buh.bu, sigma = 1)
参数----------Arguments----------
参数:buh.bu
an object returned by best.unbal.haar.bu containing the decomposition to be thresholded
返回的对象best.unbal.haar.bu,含有分解到阈值
参数:sigma
the threshold (a positive scalar)
的阈值(正的标量)
值----------Value----------
a thresholded object, of the same class as buh.bu
一个阈值的对象,同一类的buh.bu
(作者)----------Author(s)----------
Piotr Fryzlewicz
参见----------See Also----------
best.unbal.haar.bu, hard.thresh
best.unbal.haar.bu,hard.thresh
实例----------Examples----------
x <- rnorm(1000)
x.uh <- best.unbal.haar.bu(x)
x.uh.th <- hard.thresh.bu(x.uh)
x.uh.th.r <- reconstr.bu(x.uh.th)
ts.plot(x.uh.th.r)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|