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

R语言 Rssa包 precache()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 22:21:14 | 显示全部楼层 |阅读模式
precache(Rssa)
precache()所属R语言包:Rssa

                                        Calculates and caches elementary series inside SSA object
                                         计算和缓存的基本系列内SSA对象

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

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

Calculates all the elementary series and saves inside SSA object. After this the grouping procedure can be performed much faster.
计算所有的基本系列和节省内SSA对象。在此之后的分组的程序可以执行要快得多。


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


## S3 method for class 'ssa'
precache(this, n, ...)



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

参数:this
SSA object.
SSA对象。


参数:n
integer, number of series to calculate and save.
整数,计算和保存多个系列。


参数:...
further arguments passed to the reconstruction routines.
进一步的参数传递给重建程序。


注意----------Note----------

In most cases it is not necessary to call this routine directly. By default functions from the package collect all elementary series they encounter during the calculations.
在大多数情况下,这是没有必要直接调用该例程。默认情况下,函数从包收集他们在计算中遇到的所有基本系列。


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

reconstruct
reconstruct


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


# Decompose 'co2' series with default parameters[分解的CO2系列使用默认参数]
s <- new.ssa(co2)
summary(s)
# Precache the stuff[预缓存的东西]
precache(s)
summary(s)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 21:07 , Processed in 0.031878 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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