arma-methods(tseries)
arma-methods()所属R语言包:tseries
Methods for Fitted ARMA Models
拟合ARMA模型的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for fitted ARMA model objects.
方法是拟合ARMA模型对象。
用法----------Usage----------
## S3 method for class 'arma'
coef(object, ...)
## S3 method for class 'arma'
vcov(object, ...)
## S3 method for class 'arma'
residuals(object, ...)
## S3 method for class 'arma'
fitted(object, ...)
## S3 method for class 'arma'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'arma'
plot(x, ask = interactive(), ...)
参数----------Arguments----------
参数:object, x
an object of class "arma"; usually, a result of a call to arma.
类的一个对象"arma";通常情况下,调用arma的结果。
参数:digits
see printCoefmat.
看到printCoefmat。
参数:ask
Should the plot method work interactively? See interactive.
如果plot方法的工作以交互方式?见interactive。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
值----------Value----------
For coef, a numeric vector; for vcov, a numeric matrix; for residuals and fitted a univariate time series; for plot and print, the fitted ARMA model object.
对于coef,一个数值向量; vcov,一个数字矩阵; residuals和fitted单变量时间序列;plot和print ,拟合的ARMA模型对象。
(作者)----------Author(s)----------
A. Trapletti
参见----------See Also----------
arma
arma
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|