d2(tseriesChaos)
d2()所属R语言包:tseriesChaos
Sample correlation integral (at multiple length scales)
样本相关系数的积分(多尺度)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the sample correlation integral over a grid of neps length scales starting from eps.min, and for multiple embedding dimensions
一格的neps尺度,从eps.min,以及多个嵌入维数计算样本相关系数的积分
用法----------Usage----------
d2(series, m, d, t, eps.min, neps=100)
参数----------Arguments----------
参数:series
time series
时间序列
参数:m
max embedding dimension
最大嵌入维数
参数:d
time delay
时间延迟
参数:t
Theiler window
泰勒窗口
参数:eps.min
min length scale
最小长度尺度
参数:neps
number of length scales to evaluate
数的尺度来评估
Details
详细信息----------Details----------
Computes the sample correlation integral over neps length scales starting from eps.min, for embedding dimension 1,...,m , considering a t time window (see references). The slope of the linear segment in the log-log plot gives an estimate of the correlation dimension (see the example).
计算样本相关系数积分neps尺度从eps.min,嵌入维数1,...,M,考虑t的的时间窗口(请参阅参考资料)。在log-log图中的直线段的斜率给出了一个估计的关联维数(见例子)。
值----------Value----------
Matrix. Column 1: length scales. Column i=2, ..., m+1: sample correlation integral for embedding dimension i-1.
矩阵。第1栏:长度尺度。专栏中,我= 2,...,m +1个样本相关系数的积分嵌入维数的i-1。
(作者)----------Author(s)----------
Antonio, Fabio Di Narzo
参考文献----------References----------
Hegger, R., Kantz, H., Schreiber, T., Practical implementation of nonlinear time series methods: The TISEAN package; CHAOS 9, 413-435 (1999)
实例----------Examples----------
d2(lorenz.ts, m=6, d=2, t=4, eps.min=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|