endtoend(RTisean)
endtoend()所属R语言包:RTisean
End-to-end mismatch of a time series
端至端的以时间序列的错配
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Determines the effect of an end-to-end mismatch on the autocorrelation structure
确定的端至端的不匹配的自相关结构上的效果
用法----------Usage----------
endtoend(series, l, x = 0, m, c = 1)
参数----------Arguments----------
参数:series
a vector or a matrix.
的矢量或矩阵。
参数:l
number of data to use.
要使用的数据的数量。
参数:x
number of lines to be ignored.
的行数被忽略。
参数:m
number of columns to be read.
要读取的列数。
参数:c
column to be read.
要读取的列。
Details
详细信息----------Details----------
The sub-sequence length is decreased, only considering lengths which can be factorized with factors 2, 3 and 5. In the multivariate case,
子序列的长度减少,只考虑因素2,3和5,它可以被因式分解的长度。在多变量的情况下,
值----------Value----------
A list of as many named vectors as the number of sub-sequences considered, each composed by:
尽可能多的命名向量作为考虑的子序列中,每一个组成由数列表:
参数:length
The length of the sub-sequence.
子序列的长度。
参数:offset
The optimal offset.
最佳偏移。
参数:lost
Percentage of removed points over the total number of points.
删除的点的点的总数的百分比。
参数:jump
The contribution of the mismatch to the total power in the sub-sequence.
不匹配的子序列中的总功率的贡献。
参数:slip
The contribution of the mismatch in the first derivative.
中的一阶导数的不匹配的贡献。
参数:weighted
The weighted averaged mismatch.
加权平均失配。
实例----------Examples----------
## Not run: [#不运行:]
dat <- henon(1000)
mismatch <- endtoend(dat,m=2)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|