找回密码
 注册
查看: 1472|回复: 0

R语言 zoo包 na.StructTS()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:53:17 | 显示全部楼层 |阅读模式
na.StructTS(zoo)
na.StructTS()所属R语言包:zoo

                                        Fill NA or specified positions.
                                         填写NA或指定位置。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Generic function for filling NA values using seasonal Kalman filter.
填写NA值,使用季节性卡尔曼滤波的通用功能。


用法----------Usage----------


na.StructTS(object, ...)
## S3 method for class 'ts'
na.StructTS(object, ..., na.rm = FALSE, maxgap = Inf)
## S3 method for class 'zoo'
na.StructTS(object, ..., na.rm = FALSE, maxgap = Inf)



参数----------Arguments----------

参数:object
an object.
一个对象。


参数:...
other arguments passed to methods.
其他参数传递给方法。


参数:na.rm
logical.  Whether to remove end portions or fill them with NA.
逻辑。是否要删除的端部或填补他们NA。


参数:maxgap
Runs of more than maxgap  NAs are retained, other NAs are removed and the last occurrence in the resulting series prior to each time point in xout is used as that time point's output value.  
运行超过maxgapNA的保留,其他NAS被删除,由此带来的一系列xout每个时间点前的最后一次出现在作为,时间点的输出值。


Details

详细信息----------Details----------

Interpolate with seasonal Kalman filter.  The input object should
插季节性卡尔曼滤波器。输入对象


参见----------See Also----------

na.approx
na.approx


实例----------Examples----------



z <- zooreg(rep(10 * seq(4), each = 4) + rep(c(3, 1, 2, 4), times = 4),
        start = as.yearqtr(2000), freq = 4)
z[10] <- NA

zout <- na.StructTS(z)

plot(cbind(z, zout), screen = 1, col = 1:2, type = c("l", "p"), pch = 20)



转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-23 23:34 , Processed in 0.023842 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表