summary.arma(tseries)
summary.arma()所属R语言包:tseries
Summarizing ARMA Model Fits
总结ARMA模型适合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for creating and printing summaries of ARMA model fits.
创建和打印摘要ARMA模型拟合的方法。
用法----------Usage----------
## S3 method for class 'arma'
summary(object, ...)
## S3 method for class 'summary.arma'
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
参数----------Arguments----------
参数:object
an object of class "arma"; usually, a result of a call to arma.
类的一个对象"arma";通常情况下,调用arma的结果。
参数:x
an object of class "summary.arma"; usually, a result of a call to the summary method for objects of class "arma".
类的一个对象"summary.arma";通常情况下,结果的总结方法的调用对象的类"arma"。
参数:digits, signif.stars
see printCoefmat.
看到printCoefmat。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
Details
详细信息----------Details----------
The summary method computes the asymptotic standard errors of the coefficient estimates from the numerically differentiated Hessian matrix approximation. The AIC is computed from the conditional sum-of-squared errors and not from the true maximum likelihood function. That may be problematic.
摘要方法计算的系数估计的数字有区别的Hessian矩阵近似的的渐近标准的错误。该AIC从条件的总和的平方误差计算,而不是从真正的最大似然函数。这可能是有问题的。
值----------Value----------
A list of class "summary.arma".
的列表类"summary.arma"。
参见----------See Also----------
arma
arma
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|