tsDyn-package(tsDyn)
tsDyn-package()所属R语言包:tsDyn
Getting started with the tsDyn package
入门的tsDyn包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Getting started with the tsDyn package
入门的tsDyn包
Details
详细信息----------Details----------
This package provide some tools inspired by nonlinear dynamics for the analysis-modelling of observed time series.<br> For loading the package, type:<br> library(tsDyn)<br> A good place to start learning the package usage, is the vignette. It contains a more detailed guide on package contents, and an applied case study. At the R prompt, write:<br> vignette("tsDyn")<br> For a full list of functions exported by the package, type:<br> ls("package:tsDyn")<br> <br> There is also an experimental GUI for built-in NLAR models. Call it with:<br> nlarDialog(timeSeries)<br> where timeSeries is an available time series object.
这个包提供了一些工具,灵感来自于非线性动力学观测到的时间序列分析建模。<br>对于加载的包,类型:<BR> library(tsDyn)<BR>一个好地方,开始学习使用的包,是的小插曲。包装内容和应用案例研究,它包含了更详细的指导。在R提示符下,写:<BR>的vignette("tsDyn")<BR>出口包,类型:<BR>的ls("package:tsDyn")的<BR> <BR>也有一个实验功能的完整列表图形用户界面内置在NLAR模型。调用它:参考nlarDialog(timeSeries)<BR>的在那里timeSeries是一个可用的时间序列对象。
Each exported function has a corresponding man page (some man pages are in common to more functions). Display it by typing<br> help(functionName)
每个导出的函数有一个相应的手册页(一些man pages中常见的更多功能)。显示输入<BR> help(functionName)
(作者)----------Author(s)----------
Antonio, Fabio Di Narzo
参见----------See Also----------
availableModels for listing all currently available NLAR models
availableModels列出当前可用的所有NLAR模型
autopairs,autotriples,autotriples.rgl for graphical explorative functions
autopairs,autotriples,autotriples.rgl图形化的探索功能
llar, delta, delta.lin for nonlinearity checking tools
llar,delta,delta.lin为非线性的检查工具
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|