kalfil-internal(season)
kalfil-internal()所属R语言包:season
Forward and backward sweep of the Kalman filter
向前和向后扫了卡尔曼滤波器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Internal function to do a forward and backward sweep of the Kalman filter, used by nscosinor. For internal use only.
内部功能上做了向前和向后扫了卡尔曼滤波器,使用nscosinor。仅供内部使用。
用法----------Usage----------
kalfil(data, f, vartheta, w, tau, lambda, cmean)
参数----------Arguments----------
参数:data
a data frame.
一个数据框。
参数:f
vector of cycles in units of time.
向量中的周期时间为单位。
参数:vartheta
variance for noise.
噪声的方差。
参数:w
variance of seasonal component.
季节性成分的方差。
参数:tau
controls flexibility of trend and season.
控制的趋势和季节的灵活性。
参数:lambda
distance between observations.
观测值之间的距离。
参数:cmean
used to give a vague prior for the starting values.
给前一个模糊的初始值。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|