unbal.haar.vector(unbalhaar)
unbal.haar.vector()所属R语言包:unbalhaar
Unbalanced Haar vector
哈尔矢量不平衡
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the non-zero part of an Unbalanced Haar vector with a given start-, break- and end-point.
计算非零的不平衡哈尔矢量与给定的开始,截断和结束点。
用法----------Usage----------
unbal.haar.vector(a)
参数----------Arguments----------
参数:a
a three-component vector of integers such that a[1] <= a[2] < a[3]. The three components specify, respectively, the start point, the time point just before the breakpoint, and the endpoint of the desired Unbalanced Haar vector.
三个成分的矢量的整数,使得a[1]<=a[2]<a[3]。的三个组成部分,分别指定开始点的时间点之前的断点,和所需的不平衡的Haar矢量的端点。
值----------Value----------
the non-zero part of the corresponding Unbalanced Haar vector
非零的一部分的相应的不平衡的Haar矢量
(作者)----------Author(s)----------
Piotr Fryzlewicz
实例----------Examples----------
unbal.haar.vector(c(1, 1, 2))
unbal.haar.vector(c(2, 5, 12))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|