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

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

[复制链接]
发表于 2012-9-30 12:31:43 | 显示全部楼层 |阅读模式
lsq(SparseM)
lsq()所属R语言包:SparseM

                                        Least Squares Problems in Surveying
                                         在测量中的最小二乘问题

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

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

One of the four matrices from the least-squares solution of  problems in surveying that were used by Michael Saunders and Chris Paige
之一,从四个矩阵的最小二乘解的问题,在测量中,使用由Michael Saunders和克里斯佩琪


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


data(lsq)



格式----------Format----------

A list of class matrix.csc.hb or matrix.ssc.hb depending on how the coefficient matrix is stored with the following components:
列表类matrix.csc.hb或matrix.ssc.hb的系数矩阵存储以下组件:

ra ra component of the csc or ssc format of the coefficient matrix, X.
岭岭分量在csc或SSC格式的系数矩阵,X。

ja ja component of the csc or ssc format of the coefficient matrix, X.
ja的ja的组成部分,在csc或SSC格式的系数矩阵,X。

ia ia component of the csc or ssc format of the coefficient matrix, X.
IA IA分量在csc或SSC格式的系数矩阵,X。

rhs.ra ra component of the right-hand-side, y, if stored in csc or ssc format; right-hand-side stored in dense vector or matrix otherwise.
rhs.ra岭组件的右手侧,y,如果CSC或SSC格式的存储在右手端存储在茂密的向量或矩阵,否则。

rhs.ja ja component of the right-hand-side, y, if stored in csc or  ssc format; a null vector otherwise.
rhs.ja JA组件的右手侧,y,如果CSC或SSC格式的存储在一个空的向量,否则。

rhs.ia ia component of the right-hand-side, y, if stored in csc or ssc format; a null vector otherwise.
rhs.ia IA组件的右手侧,y,如果CSC或SSC格式的存储在一个空的向量,否则。

xexactvector of the exact solutions, b, if they exist; a null vector o
xexactvector的精确解,B,如果它们存在的空矢量o

guessvector of the initial guess of the solutions if they exist; a null vector otherwise.
guessvector的解决方案,如果他们存在的初始猜测,一个空矢量否则。

dimdimenson of the coefficient matrix, X.
的系数矩阵,X. dimdimenson

rhs.dimdimenson of the right-hand-side, y.
rhs.dimdimenson的右手侧,y坐标。

rhs.modestorage mode of the right-hand-side; can be full storage or same format as the coefficient matrix.
右手侧; rhs.modestorage模式可以是完整的存储或相同的格式的系数矩阵。


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

http://www.econ.uiuc.edu/~roger/research


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

read.matrix.hb
read.matrix.hb


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


data(lsq)
class(lsq) # -> [1] "matrix.csc.hb"[ - > [1]“matrix.csc.hb”]
model.matrix(lsq)->X
class(X) # -> "matrix.csr"[ - >“matrix.csr”]
dim(X) # -> [1] 1850  712[ - > [1] 1850 712]
y <- model.response(lsq) # extract the rhs[提取的RHS]
length(y) # [1] 1850 [[1] 1850]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-10 02:32 , Processed in 0.019923 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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