dlmModSeas(dlm)
dlmModSeas()所属R语言包:dlm
Create a DLM for seasonal factors
创建一个DLM季节性因素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function creates a DLM representation of seasonal component.
该函数创建一个DLM表示的季节性成分。
用法----------Usage----------
dlmModSeas(frequency, dV = 1, dW = c(1, rep(0, frequency - 2)),
m0 = rep(0, frequency - 1),
C0 = 1e+07 * diag(nrow = frequency - 1))
参数----------Arguments----------
参数:frequency
how many seasons?
多少个季节?
参数:dV
variance of the observation noise.
观测噪声的方差。
参数:dW
diagonal elements of the variance matrix of the system noise.
系统噪声的方差矩阵的对角元素。
参数:m0
m0, the expected value of the pre-sample state vector.
m0,预期值的样本前的状态向量。
参数:C0
C0, the variance matrix of the pre-sample state vector.
C0,方差矩阵的预采样状态矢量。
值----------Value----------
An object of class dlm representing a seasonal factor for a process with frequency seasons.
对象的类DLM较季节性的过程frequency季节的因素。
(作者)----------Author(s)----------
Giovanni Petris <a href="mailto:GPetris@uark.edu">GPetris@uark.edu</a>
参考文献----------References----------
Models. Journal of Statistical Software, 36(12), 1-16. http://www.jstatsoft.org/v36/i12/.<br> Petris, Petrone, and Campagnoli, Dynamic Linear Models with R, Springer (2009).<br> Harvey, Forecasting, structural time series models and the
参见----------See Also----------
dlmModARMA, dlmModPoly, dlmModReg, and dlmModTrig for the Fourier
dlmModARMA,dlmModPoly,dlmModReg和dlmModTrig傅立叶
实例----------Examples----------
## seasonal component for quarterly data[#季度数据的季节性成分]
dlmModSeas(4, dV = 3.2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|