x12Output-class(x12)
x12Output-class()所属R语言包:x12
Class "x12Output"
类“x12Output”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Output class for X12.
输出类为X12。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("x12Output", ...).
可以创建对象通过调用的形式new("x12Output", ...)。
插槽----------Slots----------
a1: Object of class "ts" - the original time series.
a1:对象的类"ts"“ - 原来的时间序列。
d10: Object of class "ts" - the final seasonal factors.
d10:对象类"ts" - 最后的季节性因素。
d11: Object of class "ts" - the final seasonally adjusted data.
d11:对象的类"ts" - 最终,经季节性调整的数据。
d12: Object of class "ts" - the final trend cycle.
d12:对象类"ts" - 最终的趋势周期。
d13: Object of class "ts" - the final irregular components.
d13:对象类"ts" - 最后不规则分量。
d16: Object of class "ts" - the combined adjustment factors.
d16:对象类"ts" - 合并调整因素。
c17: Object of class "ts" - the final weights for the irregular component.
c17:类"ts"“ - 的最终重量为不规则的组件对象。
d9: Object of class "ts" - the final replacements for the SI ratios.
d9:对象的类"ts" - 最终替代的SI比例的。
e2: Object of class "ts" - the differenced, transformed, seasonally adjusted data.
e2:对象的类"ts" - 差分,转化,经季节性调整后的数据。
d8: Object of class "ts" - the final unmodified SI ratios.
d8:对象的类"ts" - 最终未修改的SI比率。
b1: Object of class "ts" - the prior adjusted original series.
b1:对象的类"ts" - 事先调整原始的系列。
otl: Object of class "tsOrNULL" - the outlier regression series
otl:对象的类"tsOrNULL" - 离群值回归系列
sp0: Object of class "spectrum" - the spectrum of the original series.
sp0:对象类"spectrum" - 频谱原始的系列。
sp1: Object of class "spectrum" - the spectrum of the differenced seasonally adjusted series.
sp1:对象的类"spectrum" - 谱差分的经季节性调整的数列。
sp2: Object of class "spectrum" - the spectrum of modified irregular series.
sp2:对象的类"spectrum" - 改进的不规则系列的频谱。
spr: Object of class "spectrum" - the spectrum of the regARIMA model residuals.
spr:对象的类"spectrum"“ - 的regARIMA模型残差的频谱。
forecast: Object of class "fbcast" - the point forecasts with prediction intervals
forecast:对象的类"fbcast" - 点预测预测区间
backcast: Object of class "fbcast" - the point backcasts with prediction intervals
backcast:对象类"fbcast" - 点backcasts的预测区间
dg: Object of class "list", containing several seasonal adjustment and regARIMA modeling diagnostics, i.e.:<br> x11regress, transform, samode, seasonalma, trendma, arimamdl, automdl, regmdl, nout, nautoout, nalmostout, almostoutlier, crit, outlier, userdefined, autooutlier, peaks.seas, peaks.td, id.seas, id.rsdseas, spcrsd, spcori, spcsa, spcirr, q, q2, nmfail, loglikelihood, aic, aicc, bic, hq, aape,
dg:类的对象"list",含有一些季节性的调整和建模诊断regARIMA,即:参考<CODE> x11regress,变换,samode,seasonalma,trendma,arimamdl,automdl,regmdl,NOUT nautoout,nalmostout,almostoutlier,暴击,离群值,用户自定义,autooutlier,peaks.seas,peaks.td,id.seas,id.rsdseas,spcrsd,spcori,spcsa,spcirr,Q,Q2,nmfail,loglikelihood,AIC,AICC, BIC,HQ,亚沛,
seats: Object of class "logical" ~~
seats:对象类"logical"~~
file: Object of class "character" - path to the output directory and filename
file:对象类"character" - 路径的输出目录和文件名
tblnames: Object of class "character" - tables read into R
tblnames:对象类"character" - 表读入R
Rtblnames: Object of class "character" - names of tables read into R
Rtblnames:对象的类"character" - 表名的读入R
方法----------Methods----------
summary signature(object = "x12Output"): ...
总结signature(object = "x12Output"):...
plot signature(object = "x12Output"): ...
图signature(object = "x12Output"):...
plotSpec signature(object = "x12Output"): ...
plotSpec signature(object = "x12Output")...
plotSeasFac signature(object = "x12Output"): ...
plotSeasFac signature(object = "x12Output")...
plotRsdAcf signature(object = "x12Output"): ...
plotRsdAcf signature(object = "x12Output")...
(作者)----------Author(s)----------
Alexander Kowarik, Angelika Meraner
参见----------See Also----------
X12, x12Single, x12Batch, x12Parameter, x12List, x12Output, x12BaseInfo, summary.x12, x12
X12,x12Single,x12Batch,x12Parameter,x12List,x12Output,x12BaseInfo,summary.x12,x12
实例----------Examples----------
data(AirPassengersX12)
summary(AirPassengersX12)
showClass("x12Output")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|