找回密码
 注册
查看: 323|回复: 0

R语言 RTisean包 c2d()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:20:05 | 显示全部楼层 |阅读模式
c2d(RTisean)
c2d()所属R语言包:RTisean

                                        Local slopes from correlation sums.
                                         当地斜坡相关款项。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Reads the correlation integral, output of  c1 or d2 and computes local slopes by fitting straight lines.
读取的相关积分,输出c1或d2和当地通过拟合直线的斜率计算。


用法----------Usage----------





参数----------Arguments----------

参数:lst
the output of  c1 or d2.
的输出c1或d2。


参数:a
(-a, +a) is the range of the fits.
( -  a+a)是适合的范围。


值----------Value----------

A list of as many matrices as the number of dimensions of lst. Each matrix contains the values of epsilon in the first column and the local slopes in the second column.
作为尺寸lst的数量尽可能多的矩阵的列表。每个矩阵包含了ε的值中的第一列和第二列中的本地斜坡。


参见----------See Also----------

c2t, c2g
c2t,c2g


实例----------Examples----------


## Not run: [#不运行:]

dat <- henon(l=10000,x=1000)
infodim <- c1(dat,d=1,m=2,M=6,t=50,n=500)
localslopes <- c2d(infodim, a=1)

plot(localslopes[[1]],t="l",ylim=c(0,3.5), xlim=c(0.001,2), col=2,xlab="Epsilon",
ylab="Local Slopes",log="x", main="Local Slope Plot, embedding dims=(2,...,6)")
for (a in 2:5)
        lines(localslopes[[a]],col=2)


## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 03:44 , Processed in 0.030136 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表