mutual(tseriesChaos)
mutual()所属R语言包:tseriesChaos
Average Mutual Information
平均互信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimates the average mutual information index (ami) of a given time series for a specified number of lags
在指定的滞后阶数估计一个给定的时间序列的平均互信息指数(AMI)
用法----------Usage----------
mutual(series, partitions = 16, lag.max = 20, plot=TRUE, ...)
参数----------Arguments----------
参数:series
time series
时间序列
参数:partitions
number of bins
箱数
参数:lag.max
largest lag
最大延迟
参数:plot
logical. If 'TRUE' (the default) the ami is plotted
逻辑。如果为TRUE(默认)AMI绘制
参数:...
further arguments to be passed to the plot method
进一步的参数被传递到图法
Details
详细信息----------Details----------
Estimates the mutual information index for a specified number of lags. The joint probability distribution function is estimated with a simple bi-dimensional density histogram.
估计互信息指数为指定的滞后阶数。用一个简单的双维密度直方图的联合概率分布函数估计。
值----------Value----------
An object of class "ami", which is a vector containing the estimated mutual information index for each lag between 0 and lag.max.
类“阿美族”,这是一个向量,包含估计为每个滞后在0和lag.max之间的相互信息指数的一个目的。
(作者)----------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----------
mutual(lorenz.ts)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|