inner.prod.max.p(unbalhaar)
inner.prod.max.p()所属R语言包:unbalhaar
Unbalanced Haar wavelet which maximises the inner product
Haar小波不平衡,其中最大的内积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function finds the Unbalanced Haar vector which yields the largest (in absolute value) inner product with the input vector, amongst those Unbalanced Haar vectors whose breakpoint is located between 100(1-p)% and 100p% of their support.
功能找到不平衡的的哈尔矢量产生最大(绝对值)内的输入矢量的产品,其中包括那些不平衡哈尔向量的断点位于100%(1-P),支持100P%之间。
用法----------Usage----------
inner.prod.max.p(x, p = 0.8)
参数----------Arguments----------
参数:x
a vector
一个向量
参数:p
a scalar in (0.5, 1]
一个标量(在0.5,1]
值----------Value----------
The index where abs(inner.prod.iter(x)) is maximised on the subinterval (1+floor((1-p)*n)):ceiling(p*n), where n is the length of x. If two or more maxima are found, the med of their locations is returned.
该指数abs(inner.prod.iter(x))最大化的子区间(1+floor((1-p)*n)):ceiling(p*n),其中n的长度x。如果有两个或更多的最大值,med返回它们的位置。
(作者)----------Author(s)----------
Piotr Fryzlewicz
参见----------See Also----------
inner.prod.iter, med, inner.prod.max
inner.prod.iter,med,inner.prod.max
实例----------Examples----------
inner.prod.max.p(c(rep(0, 100), rep(1, 200)), .55)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|