AR(WaveletCo)
AR()所属R语言包:WaveletCo
Auto Regression Simulation
自回归模拟
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generate surrogate time series with similar auto-regression feature as analyzed time series.
生成替代时间序列类似的自回归时间序列分析功能。
用法----------Usage----------
AR(x, order = 1)
参数----------Arguments----------
参数:x
Time series to be analyzed
以进行分析的时间数列
参数:order
The order of auto correlation, default is 1
自相关函数的顺序,默认为1
值----------Value----------
Return a time series with similar auto-regression feature as time series "x".
返回的时间序列相似的自动回归功能作为时间序列的“x”。
注意----------Note----------
If the time series being analyzed has no significant auto-regreesion feature, don't use this method.
如果时间序列分析,没有显着的的自动regreesion功能,请不要使用此方法。
(作者)----------Author(s)----------
Huidong Tian
参见----------See Also----------
acf, pacf
acf, pacf
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|