false.nearest(tseriesChaos)
false.nearest()所属R语言包:tseriesChaos
Method of false nearest neighbours
假的近邻方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Method of false nearest neghbours to help deciding the optimal embedding dimension
法的虚假最近neghbours的,以帮助您确定最佳嵌入维数
用法----------Usage----------
false.nearest(series, m, d, t, rt=10, eps=sd(series)/10)
参数----------Arguments----------
参数:series
time series
时间序列
参数:m
maximum embedding dimension
最大嵌入维数
参数:d
delay parameter
延迟参数
参数:t
Theiler window
泰勒窗口
参数:rt
escape factor
逃脱因素
参数:eps
neighborhood diameter
附近直径
Details
详细信息----------Details----------
Method of false nearest neighbours to help deciding the optimal embedding dimension.
假的近邻方法,以帮助确定最佳嵌入维数。
值----------Value----------
Fraction of false neighbors (first row) and total number of neighbors (second row) for each specified embedding dimension (columns)
虚假的邻居(第一行)和邻居的总数(第二行)的比例各指定的嵌入维数(列)
(作者)----------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)
Kennel M. B., Brown R. and Abarbanel H. D. I., Determining embedding dimension for phase-space reconstruction using a geometrical construction, Phys. Rev. A, Volume 45, 3403 (1992).
实例----------Examples----------
(fn.out <- false.nearest(rossler.ts, m=6, d=8, t=180, eps=1, rt=3))
plot(fn.out)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|