spam.chol.NgPeyton-class(spam)
spam.chol.NgPeyton-class()所属R语言包:spam
Class "spam.chol.NgPeyton"
类“spam.chol.NgPeyton”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Result of a Cholesky decomposition with the NgPeyton
结果的Cholesky分解NgPeyton“
类对象----------Objects from the Class----------
Objects are created by calls of the form chol(x,method="NgPeyton", ...) and should not be created directly with a new("spam.chol.NgPeyton", ...) call.<br> At present, no proper print method is defined. However, the factor can be transformed into a spam object.
对象的创建调用的形式chol(x,method="NgPeyton", ...)和不应该直接创建一个new("spam.chol.NgPeyton", ...)的检测。<BR>在目前,没有正确的打印方法定义。然而,该因子可以转化成一个spam对象。
方法----------Methods----------
as.matrix signature(x = "spam.chol.NgPeyton"): Transform the factor
as.matrixsignature(x = "spam.chol.NgPeyton"):转换系数
as.spam signature(x = "spam.chol.NgPeyton"): Transform the factor
as.spamsignature(x = "spam.chol.NgPeyton"):转换系数
backsolve signature(r = "spam.chol.NgPeyton"): solving
backsolvesignature(r = "spam.chol.NgPeyton"):解决
forwardsolve signature(l = "spam.chol.NgPeyton"): solving
forwardsolvesignature(l = "spam.chol.NgPeyton"):解决
c signature(x = "spam.chol.NgPeyton"): Coerce the factor into a vector.
Csignature(x = "spam.chol.NgPeyton"):强制转换成矢量的因素。
determinant signature(x = "spam.chol.NgPeyton"):
决定因素signature(x = "spam.chol.NgPeyton"):
diag signature(x = "spam.chol.NgPeyton"): Extracts the
诊断signature(x = "spam.chol.NgPeyton"):提取
dim signature(x = "spam.chol.NgPeyton"): Retrieve the
暗淡的signature(x = "spam.chol.NgPeyton"):检索
display signature(x = "spam.chol.NgPeyton"): Transformation
显示signature(x = "spam.chol.NgPeyton"):转型
image signature(x = "spam.chol.NgPeyton"): Transformation
图像signature(x = "spam.chol.NgPeyton"):转型
length signature(x = "spam.chol.NgPeyton"): Retrieve the
长度signature(x = "spam.chol.NgPeyton"):检索
ordering signature(x = "spam.chol.NgPeyton"):
订货signature(x = "spam.chol.NgPeyton"):
print signature(x = "spam.chol.NgPeyton"): Short description.
打印signature(x = "spam.chol.NgPeyton"):简单描述。
show signature(object = "spam.chol.NgPeyton"): Short description.
signature(object = "spam.chol.NgPeyton"):简短说明。
summary signature(object = "spam.chol.NgPeyton"): Description of the factor, returns (as a list) nnzR, nnzcolindices, the density of the factor density, and fill-in ratio fillin. For the use of the first two, see "Examples"
总结signature(object = "spam.chol.NgPeyton"):描述的因素,退货(如列表)nnzR,nnzcolindices密度的因素density,并填写在比fillin 。对于前两个,请参阅“实例”
t signature(x = "spam.chol.NgPeyton"): Transformation
Tsignature(x = "spam.chol.NgPeyton"):转型
chol signature(x = "spam.chol.NgPeyton"): Returns
哲signature(x = "spam.chol.NgPeyton"):返回
(作者)----------Author(s)----------
Reinhard Furrer
参考文献----------References----------
on advanced uniprocessor computers", SIAM J. Sci. Comput., 14, pp. 1034-1056.
参见----------See Also----------
print.spam
print.spam
实例----------Examples----------
x <- spam( c(4,3,0,3,5,1,0,1,4),3)
cf <- chol( x)
cf
as.spam( cf)
# Modify at own risk...[修改自己的风险...]
slotNames(cf)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|