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

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

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

                                        Calculate the determinant of a positive definite Sparse Matrix
                                         计算正定稀疏矩阵的行列式

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

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

det and determinant calculate the determinant of a positive definite sparse matrix. determinant returns separately the modulus of the determinant, optionally on the logarithm scale, and the sign of the determinant.
det和determinant正定稀疏矩阵的行列式计算。 determinant返回单独的行列式的模量,任选的对数刻度上,和标志行列式。


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


# det(x, ...)
determinant(x, logarithm = TRUE, ...)



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

参数:x
sparse matrix of class spam or a Cholesky factor  of class spam.chol.NgPeyton.
稀疏矩阵类spam或乔莱斯基的因素类spam.chol.NgPeyton。


参数:logarithm
logical; if TRUE (default) return the logarithm of the modulus of the determinant.
逻辑,如果TRUE(默认)返回的对数模量的决定因素。


参数:...
Optional arguments. Examples include method argument and additional parameters used by the method.
可选参数。的例子包括method参数和其他参数使用的方法。


Details

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

If the matrix is not positive definite, the function issues a warning and returns NA.
如果是正定矩阵,该功能会发出警告,并返回NA。

The determinant is based on the product of the diagonal entries of a Cholesky factor, i.e. internally, a Cholesky decomposition is performed. By default, the NgPeyton algorithm with minimal degree ordering us used. To change the methods or supply additonal parameters to the Cholesky factorization function, see the help for chol.
的行列式是根据产品的对角线的Cholesky因子,即内部的条目,进行Cholesky分解。默认情况下,NgPeyton以最小程度的排序算法我们使用。要改变的方法,Cholesky分解函数或供应产生额外的参数,请参阅帮助chol。

The determinant of a Cholesky factor is also defined.
行列式的Cholesky因子也被定义。


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

For det, the determinant of x.  For determinant, a list with components
对于det,x的决定因素。对于的determinant,组件的列表


参数:modulus
a numeric value.  The modulus (absolute value) of the determinant if logarithm is FALSE; otherwise the logarithm of the modulus.
一个数值。的弹性模量(绝对值)的行列式如果logarithm是FALSE;否则的弹性模量的对数。


参数:sign
integer; either +1 or -1 according to whether the determinant is positive or negative.
整数;是+1或-1,根据行列式是否是正的或负的。


(作者)----------Author(s)----------


Reinhard Furrer



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

on advanced uniprocessor computers, SIAM J. Sci. Comput., 14, 1034–1056.

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

chol
chol


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


x <- spam( c(4,3,0,3,5,1,0,1,4),3)
det( x)
determinant( x)

det( chol( x))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-10 21:27 , Processed in 0.029272 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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