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

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

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

                                        Calculate Factor Vector(s)
                                         计算系数向量()

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

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

Generic function for the factor vector calculation given the SSA decomposition.
通用函数的系数向量计算SSA分解。


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


## S3 method for class 'ssa'
calc.v(this, idx, env = .GlobalEnv, ...)



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

参数:this
SSA object holding the decomposition.
SSA对象的分解。


参数:idx
indices of the factor vectors to compute.
指数的因子矢量计算。


参数:env
temporary environment used for precalculation.
临时用于预先计算环境。


参数:...
additional arguments to 'calc.v'.
额外的参数为“calc.v”。


Details

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

Factor vector is a column of the factor matrix V, which is calculated as follows:
因子矢量是一列的系数矩阵V,其计算如下:

where X is a Hankel trajectory matrix, U is the matrix of eigenvectors and Sigma is a matrix of singular values.
其中X是一个汉克尔轨迹矩阵,U是特征向量的矩阵,和Sigma是一个矩阵的奇异值。

Note that for several SVD methods ("eigen" and "svd" currently) the matrix X is not stored inside the "ssa" object and must be calculated out of series which might be pretty time-consuming, especially if multiple calls to the routine are desired. User might provide a temporary garbage-collected environment, which the routine will use to store different values which will be shared between the calls. It is the user responsibility to ensure that the environment is valid (e.g. it was populated via the call of calc.v with the same "ssa" object as an argument).
请注意,几种的SVD方法(特征和SVD目前)的矩阵X是不是存储里面的“磺基水杨酸对象,必须计算满分系列可能会对相当耗费时间,尤其是当多个呼叫该例程是期望的。用户可能会提供一个临时垃圾收集的环境中,程序将用它来存储不同的值,它们将共享之间的通话。这是用户的责任,以确保环境是有效的(例如它通过调用calc.v填充,使用相同的SSA的对象作为参数)。

Temporary environment is not required for fast FFT-based SVD method ("propack" and "nutrlan").
不要求快速的基于FFT的的SVD方法(PROPACK和nutrlan)暂时环境。


值----------Value----------

A numeric vector of suitable length (usually depends on SSA method and window length).
一个数值向量合适的长度(通常是依赖于的SSA方法和窗口长度)。


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


# Decompose 'co2' series with default parameters[分解的CO2系列使用默认参数]
s <- new.ssa(co2)
# Calculate the 5th factor vector[计算第5的系数向量]
v <- calc.v(s, 5)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 20:22 , Processed in 0.047799 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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