recurr(tseriesChaos)
recurr()所属R语言包:tseriesChaos
Recurrence plot
递归图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Recurrence plot
递归图
用法----------Usage----------
recurr(series, m, d, start.time=start(series), end.time=end(series), ...)
参数----------Arguments----------
参数:series
time series
时间序列
参数:m
embedding dimension
嵌入维数
参数:d
time delay
时间延迟
参数:start.time
starting time window (in time units)
起始时间窗口(时间单位)
参数:end.time
ending time window (in time units)
结束的时间窗口(时间单位)
参数:...
further parameters to be passed to filled.contour
被传递filled.contour的更多的参数
Details
详细信息----------Details----------
Produces the recurrence plot, as proposed by Eckmann et al. (1987). White is maximum distance, black is minimum.
生产复发的图,Eckmann等人提出的。 (1987)。白色是最大的距离,黑色是最低的。
警告----------warning----------
Be awared that number of distances to store goes as n^2, where n = length(window(series, start=start.time, end=end.time))!
接触过的距离来存储n^2,其中n = length(window(series, start=start.time, end=end.time))!
(作者)----------Author(s)----------
Antonio, Fabio Di Narzo
参考文献----------References----------
Eckmann J.P., Oliffson Kamphorst S. and Ruelle D., Recurrence plots of dynamical systems, Europhys. Lett., volume 4, 973 (1987)
实例----------Examples----------
recurr(lorenz.ts, m=3, d=2, start.time=15, end.time=20)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|