bandwidth(spam)
bandwidth()所属R语言包:spam
Bandwidth of a Sparse Matrix
稀疏矩阵的带宽
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the lower and upper bandwidth of a sparse matrix
返回一个稀疏矩阵的下限和上限的带宽
用法----------Usage----------
bandwidth(A)
参数----------Arguments----------
参数:A
spam object
垃圾邮件的对象
Details
详细信息----------Details----------
The matrix does not need to be diagonal. Values can be negative indicating the the matrix contains a band cinfined in the upper or lower triangular part.
该矩阵不需要为对角线矩阵。值可以为负值表示的矩阵中的上部或下部的三角部分cinfined包含的频带。
值----------Value----------
Integer vector containing the lower and upper bandwidth
整数向量含有的下限和上限的带宽
(作者)----------Author(s)----------
Reinhard Furrer
参见----------See Also----------
diag.spam.
diag.spam。
实例----------Examples----------
bandwidth(spam(c(0, 1), 3, 2))
bandwidth(spam(c(0, 0, 1, rep(0, 9)), 4, 3))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|