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

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

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

                                        Derive LRR From Set of Basis Vectors
                                         基向量组的LRR从

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

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

Function to calculate the Linear Recurrence Relation (LRR) given a set of basis vectors.
函数来计算给定一组基向量的线性递推关系(LRR)。


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


basis2lrr(U, eps = sqrt(.Machine$double.eps))



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

参数:U
Matrix containing the basis vectors in columns
基质中含有的基础上,在列矢量


参数:eps
Tolerance for verticality checking
公差垂直度检查


Details

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

Denote by U_i the columns of matrix U. Denote by \tilde{U}_{i} the same vector U_i but without the last coordinate. Denote the last coordinate of U_i by π_i. The returned value is
记的U_i列的矩阵U。记为\tilde{U}_{i}相同的向量U_i,但没有最后一个坐标。记的最后一个坐标U_iπ_i。返回的值是

where
哪里


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

a 'numeric' vector of length equals to number of rows in U minus 1.
一个“数字”向量,长度等于U减去1中的行数。


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

In most cases you should not use this function directly. Use lrr routine instead.
在大多数情况下,你不应该直接使用此功能。使用lrr,而不是常规。


参考文献----------References----------

Time Series Structure: SSA and related techniques. Chapman and Hall/CRC. ISBN 1584881941

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

lrr
lrr


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


# Decompose 'co2' series with default parameters[分解的CO2系列使用默认参数]
s <- new.ssa(co2, neig = 20)
# Derive the LRR which governs the whole series[推导LRR管理的全系列]
print(basis2lrr(s$U))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 18:24 , Processed in 0.024559 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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